Skip to content

Browser extension which detects changes in browsers' active tab by comparing screenshots.

Notifications You must be signed in to change notification settings

m0jimo/ScreenshotTabContentDetector

Repository files navigation

BEX Screenshot Tab Content Detector (screenshotdetector)

Browser EXtension is for comparing browsers' active tab content by screenshots.

About

Browser extension detects changes in browsers' active tab by comparing screenshots. It is useful in cases where a monitored page uses iframe, and you are not able to use DOM selectors to check changes.

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

Check for issues

yarn run lint

Fix issues

"C:\Program Files\nodejs\node.exe" "C:\Program Files (x86)\Yarn\bin\yarn.js" run lint --fix

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.

Author

m0jimo

About

Browser extension which detects changes in browsers' active tab by comparing screenshots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published