Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 619 Bytes

File metadata and controls

42 lines (29 loc) · 619 Bytes

Extension

This is the Chrome Extension responsible for automating Chrome

Install

The extension's dependencies can be installed with:

cd packages/extension
npm install

Developing

Watching

npm run watch

One Time Building

npm run build

Testing

npm run test

Debugging

  1. Open Chrome
  2. Go into Extensions
  3. Check Developer Mode
  4. Click Load unpacked extension...
  5. Choose packages/extension/dist directory
  6. Click background page to debug background.js
  7. Click Reload (⌘R) to pull in changes to manifest.json