samuelsimoes /
chrome-extension-webpack-boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Loading repository data…
Jenqyang / repository
A modern Chrome extension boilerplate using TypeScript and Vanilla JavaScript.
A modern Chrome extension boilerplate using TypeScript and Vanilla JavaScript.
npm install
npm run build
npm run watch
chrome://extensions/dist directorysrc/: TypeScript source files
background.ts: Background service workercontent.ts: Content scriptpopup.ts: Popup scriptdist/: Compiled JavaScript filesmanifest.json: Extension configurationModify the source files to add your extension's specific functionality.
Selected from shared topics, language and repository description—not editorial ratings.
samuelsimoes /
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
merrier /
A basic foundation boilerplate for rich Chrome Extensions using Webpack & React to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily