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.
- JavaScript (ESNext)
- Webpack
- Babel
- CSS
- HTML
- Jest
- clone this repo.
cd
into the cloned directory.- run
npm install
- run
npm run build
- The output directory named
dist
will be generated with production ready bundle.