Skip to content

Latest commit

 

History

History
 
 

extension

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Extension

This is the Chrome Extension responsible for automating Chrome

Installing

The extension's dependencies can be installed with:

cd packages/extension
npm install

Developing

Watching

npm run watch

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