Skip to content

Building the Chrome Extension

Borys edited this page Jul 29, 2018 · 2 revisions

Developer Mode

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