Skip to content

Simple Manifest V3 Boilerplate for Google Chrome Extension development project

Notifications You must be signed in to change notification settings

ZaifSenpai/Chrome-Extension-Template

Repository files navigation

Chrome-Extension-Template

Simple Manifest V3 Boilerplate for Google Chrome Extension development project

wakatime


Using batch scripts

  • You don't need to install anything; unless you want to use bat scripts
Install waifu2x-caffe to use generate_icons.bat

Install perser to use build.bat


About build.bat

build.bat will make a build directory, copy following files and folders into it and minify all javascript files inside build\<Extension name>\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