adnansorg / chrome-extension-boilerplate

Chrome Extension boilerplate that automatically reloads content scripts and CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 git@github.com: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

License:MIT License


Languages

Language:JavaScript 100.0%