Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zaifsenpai/chrome-extension-template
Simple Manifest V3 Boilerplate for Google Chrome Extension development project
https://github.com/zaifsenpai/chrome-extension-template
boilerplate boilerplate-template chrome-extension icon-generator jquery manifest-v3 sample template vanilla-javascript vanilla-js
Last synced: 2 months ago
JSON representation
Simple Manifest V3 Boilerplate for Google Chrome Extension development project
- Host: GitHub
- URL: https://github.com/zaifsenpai/chrome-extension-template
- Owner: ZaifSenpai
- Created: 2020-02-20T14:51:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T21:39:25.000Z (over 2 years ago)
- Last Synced: 2023-06-14T22:06:00.448Z (over 1 year ago)
- Topics: boilerplate, boilerplate-template, chrome-extension, icon-generator, jquery, manifest-v3, sample, template, vanilla-javascript, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 174 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Chrome-Extension-Template
Simple Manifest V3 Boilerplate for Google Chrome Extension development project[![wakatime](https://wakatime.com/badge/github/ZaifSenpai/Chrome-Extension-Template.svg)](https://wakatime.com/badge/github/ZaifSenpai/Chrome-Extension-Template)
- - -
#### Using batch scripts* **You don't need to install anything; unless you want to use bat scripts**
Install
waifu2x-caffe
to usegenerate_icons.bat
- Download from https://github.com/lltcggie/waifu2x-caffe/releases
- Edit
generate_icons.bat
to set the complete path towaifu2x-caffe-cui.exe
Install perser
to use build.bat
- Download and install nodejs from https://nodejs.org/en/download/
- Install
perser
usingnpm install terser -g
- - -
#### About `build.bat`
`build.bat` will make a _build_ directory, copy following files and folders into it and minify all javascript files inside _build\\\\js_ folder.
Following files and folders will be copied to build folder:
* manifest.json
* background.js
* html/
* css/
* js/
* res/
`build.bat` uses cmd's `tar` command to pack the extension. It will generate a simple and a minified version of extension. Minified version will have all javascript files inside of `js` folder minified by using `parser`