A Chrome Extension boilerplate with live-reload of content scripts and CSS.
This project is deprecated since Google are transitioning to Manifest V3
- 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
- Fork it: https://github.com/liorgrossman/chrome-extension-boilerplate/fork
- 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
- If you use SSH:
- On Chrome, browse to chrome://extensions and check Developer mode on top
- Click Load unpacked extension...
- Choose the chrome-extension-boilerplate directory
Pull requests are welcome!
- Subscribe to my blog for updates: LiorGrossman.com
- Check out my other projects: Competely, Flawless, DreamGift, BookAuthority, Wisely, and others.
MIT