Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 816 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 816 Bytes

share-on-bluesky

Easy share the current page on BlueSky which heavy inspiried by chrome-share-on-twitter

How it works?

Cause BlueSky already supported Action Intent Links, so we can easily share a post with the action URL as following:

https://bsky.app/intent/compose?text=I%27m%20reading%20through%20the%20Bluesky%20API%20docs%21%20%F0%9F%A6%8B%0Ahttps%3A//docs.bsky.app

So this extension just combine the chrome extension basic contextMenus/Tabs and BlueSky action intent links to make the post share.

*And this extension were powered by extension.js, an amazing tool which help making browser extension easily.