Developer Documentation for Content Scripts
- Download this repo into a folder.
- Launch the Chrome browser.
- Navigate to chrome:https://extensions/.
- Click the "Load unpacked extension..." button on the top left of the screen.
- Choose the folder you just created and click OK.
- Whenever you make a change to the extension, go back to this page and click the "reload" button on this extension.
- (optionally) You can add Extensions Reloader to make development faster
The manifest.json file describes all the specifics of your chrome extension.
The javascript injected into the page.
The css injected into the page.
Allows you to use the simple jQuery library we all know and love.
built by @iamnickvolpe