Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.16 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.16 KB

Chrome Extension

Get Open Graph information about a given url

The Moving Parts

  • background script : a long lived process that runs in the background
  • content script : allows you to interact with the current webpage
  • dev tools : allows interaction with network resources status (404, 200, etc)
  • page actions : get the open graph information for the current url via the content script
  • browser action : get the open graph information for a given url via the background script
  • context menu :

Useful Links

BoilerPlate (./boiler_plate)

  • npm run boiler_plate

A simple extension that add an icon next to the address bar. When clicked, it displays information about the current tab.

Requirements

  • node

Getting Started

  • npm run clean
  • npm run prepare
  • npm run start