Skip to content

Chrome extension boilerplate for a simple content script (no build tools)

Notifications You must be signed in to change notification settings

iamnickvolpe/content-scripts-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension Boilerplate for Simple Content Scripts

Developer Documentation for Content Scripts

Instructions

  • 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

Important Files

manifest.json

The manifest.json file describes all the specifics of your chrome extension.

code/js.js

The javascript injected into the page.

code/css.css

The css injected into the page.

resources/jquery.min.js

Allows you to use the simple jQuery library we all know and love.

built by @iamnickvolpe

About

Chrome extension boilerplate for a simple content script (no build tools)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published