EmeL90 / old-timer-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Old-Timer" sample extension

This is the sample extension built in the "Build an Extension in Under 5 Minutes" screencast.

Structure

  • manifest.json - defines metadata and functionality of the extension
  • content_script.js - a script injected into browser tabs
  • popup.html - the structure of the browser action's popup
  • popup.js - the functionality of the browser action's popup

Check out the Extension Workshop to learn more

About


Languages

Language:JavaScript 84.6%Language:HTML 15.4%