Skip to content

clintonhalpin/content-scripts-boilerplate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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://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.

scripts.js

The javascript injected into the page.

styles.css

The css injected into the page.

FORKED FROM - @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

Languages

  • JavaScript 53.9%
  • CSS 46.1%