Skip to content

Chrome Extension boilerplate that automatically reloads content scripts and CSS

License

Notifications You must be signed in to change notification settings

Abd10ullah9/chrome-extension-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension Boilerplate

A Chrome Extension boilerplate with live-reload of content scripts and CSS.

Features

  • Works out of the box - just fork, clone and load to Chrome!
  • No need for complication or build tools
  • Live reload of content scripts JS and CSS files (avoids the need to reload the extension after each code change)
  • MIT licensed, suitable for commercial use

Installation

  1. Fork it: https://github.com/liorgrossman/chrome-extension-boilerplate/fork
  2. Clone it:
    • If you use SSH: git clone [email protected]:YOUR_GITHUB_USER/chrome-extension-boilerplate.git
    • or using HTTPS: git clone https://github.com/YOUR_GITHUB_USER/chrome-extension-boilerplate.git
  3. On Chrome, browse to chrome://extensions and check Developer mode on top
  4. Click Load unpacked extension...
  5. Choose the chrome-extension-boilerplate directory

Contributing fixes and new themes

Pull requests are welcome!

Check out my other projects

License

MIT

About

Chrome Extension boilerplate that automatically reloads content scripts and CSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%