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
- this fork allow to use the extension as a client for Bluesky, it uses the OpenGraph data fetched by the original extension and pass it the bluesky API as an Embed Card populated with the OpenGraph data.
- Display a visual
:og
data preview of the page in the current tab. - Copy Data in JSON format with just a click of a button
- Post the current Tab link + OpenGrah + Text data to Bluesky as Embed Card
- Serve as minimal Chrome client to post text to Bluesky
Test before publication to Extension stores
- 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.
- ALL the credits goes to the original OGgraph Preview Extension I merely identified a good extension to build upon and ported python code to post to bluesky in javascript and then adapted the extention UI to turn it into a client for bluesky.