- Clone Repo
- npm install
- npm run dev
- Open Chrome and go to
chrome://extensions/
- Toggle
Developer mode
to on - Click
Load Unpacked
and select the root directory of the app - In a separate tab navigate to
https://developer.chrome.com/home
On that page you should be able to see the extension in the top right corner. To make changes, simply save your changes locally and click the refresh icon in chrome://extensions/
. Your changes should be reflected in your other tab when you click on the extension.