Chrome Extensions Boilerplates
This is a collection of chrome extensions boilerplate
Current boilerplates:
- Background: Simple background page that execute when the extension button is pressed
- BackgroundContentView: extract data from a page (content script) and present them in a different format on a new tab (view)
- BackgroundWithOptions: simple background page with options
- ContentScript: sample content script that replace all the image in a page with image of cats
- ContentScriptMessaging: boilerplate with popup opening a communication channel with content script
- Popup: simple "hello world"