Skip to content

siygle/share-on-bluesky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.