Skip to content

nitish173/chrome-extension-webpack-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension Webpack Boilerplate

Maintainability

A boilerplate for chrome extensions development with webpack.

Getting started:

  1. Clone the repo and in root do an npm install to install the dependencies.
  2. Run npm build-watch to get the build in watch mode.
  3. In developer mode in Chrome browser, load the build folder as unpacked extension to see the boilerplate in action.

Notes:

  1. Check out the manifest file for the permissions and extension configurations you need.
  2. By default, boilerplate comes with a browser action, a background page and an options page. To add more scripts, for examples, content scripts you may add more entry points in webpack configurations.

Besides raising issues/PRs, please feel free to send suggestions for improvements: nitish17312@gmail.com. Or tweet to https://twitter.com/nitish_173.

About

Chrome Extension Webpack Boilerplate, to get started quickly with chrome extension development with the power of Webpack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published