A Chrome Extension boilerplate with live-reload of content scripts and CSS.
- 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!
- Wikiwand - a modern interface to Wikipedia
- BookAuthority - the best business books recommended by experts
- Darkness - dark themes for popular websites
- Select - beautiful photos for your new tab
MIT