This is the Chrome Extension responsible for automating Chrome
The extension's dependencies can be installed with:
cd packages/extension
npm install
npm run watch
npm run build
npm run test
- Open Chrome
- Go into Extensions
- Check Developer Mode
- Click Load unpacked extension...
- Choose packages/extension/dist directory
- Click background page to debug
background.js
- Click Reload (⌘R) to pull in changes to
manifest.json