KatanoShingo / chrome-extension-starter-kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chrome Extension Starter Kit

Structure

background.js

  • Runs on the background all the time
  • Common for all windows and tabs

content.js

  • Is injected to every page specified in manifest.json (content_scripts.matches)

popup.js

  • Is run separately for every given page

options.js

  • Runs only in Options page

About


Languages

Language:JavaScript 80.6%Language:HTML 10.8%Language:CSS 6.4%Language:Batchfile 2.2%