Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.15 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.15 KB

 OGraph Previewer


Codacy Badge


chrome web store link
chrome extension version


Featured on Product Hunt


Scan the QR code to support this project through a small financial contribution


A chrome extension to quickly preview open graph meta tag data of any web page in the current tab and retrieve it in a JSON format.


Features:

  • Display a visual :og data preview of the page in the current tab. 1-feature-Screenshot1

  • Copy Data in JSON format with just a click of a button 2-feature-Screenshot2

Extension In Action:

demo

Tech Stack & Tools:

  • JavaScript (ESNext)
  • Webpack
  • Babel
  • CSS
  • HTML
  • Jest

Build Steps:

  1. clone this repo.
  2. cd into the cloned directory.
  3. run npm install
  4. run npm run build
  5. The output directory named dist will be generated with production ready bundle.