This is a boilerplate for using Vue in the Chrome Extension.
You will need npm
git clone git@github.com:jasonleakey/chrome-extension-vue-boilerplate.git my-project
cd my-project
npm install
npm run dev
And go to chrome://extensions, click LOAD UNPACKED, select folder dev, and then you will see the logo shown in the chrome toolbar.
-
Logos. Replace logos in the static/img folder. Include 2 versions, one for production, one for dev. Keep the filenames. Resolutions are follows.
- 16x16
- 24x24
- 32x32
- 40x40
- 48x48
- 128x128
-
Replace TODO items in the source code.
Feel free to submit issues & feature requests in Issues