Skip to content

Building the Chrome Extension

Nat Ravenhill edited this page Jul 23, 2018 · 2 revisions

Developer Mode

  1. Run npm run build in the root folder. This will create a new folder named build.
  2. Go to chrome://extensions/ and enable Developer mode
  3. Click "Load unpacked" and select the build folder.
  4. Open a new tab and it will display the new tab page 👍
Clone this wiki locally