https://github.com/2b-zipper/share-on-bluesky
Share current tab, links and selected text on Bluesky. Inspired by “Share on Twitter”.
https://github.com/2b-zipper/share-on-bluesky
bluesky brave chrome chrome-extension edge extension javascript opera vivaldi
Last synced: 3 months ago
JSON representation
Share current tab, links and selected text on Bluesky. Inspired by “Share on Twitter”.
- Host: GitHub
- URL: https://github.com/2b-zipper/share-on-bluesky
- Owner: 2b-zipper
- License: gpl-3.0
- Created: 2025-02-19T14:25:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T07:00:25.000Z (3 months ago)
- Last Synced: 2025-03-01T07:26:51.346Z (3 months ago)
- Topics: bluesky, brave, chrome, chrome-extension, edge, extension, javascript, opera, vivaldi
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Share on Bluesky
Share current tab, links and selected text on Bluesky. Inspired by “[Share on Twitter](https://chromewebstore.google.com/detail/share-on-twitter/gkjgmeeoldebbdoehhngapnlfmdbmiie)”.## What's this?
This is a chrome extension I created for my personal use around June 2024. I'm publishing it because I couldn't find anyone else who created a similar extension. I hope it will be useful to you !😉## Features
This extension has enhanced functionality compared to Share on Twitter.
- Share the current tab on Bluesky (also available with Alt+S)
- Share links on Bluesky
- Share selected text on Bluesky
- Share images on Bluesky
- Choose to open the share window as a popup or a new tab
- Option to add a newline between the title and URL when sharing## Installation
### From CRX file
1. [Download the latest CRX release](https://github.com/2b-zipper/Share-on-Bluesky/releases/latest) of the extension.
2. Open your Chromium-based browser and go to `chrome://extensions/`.
3. Enable "Developer mode" by toggling the switch.
4. Drag and drop the downloaded CRX file onto the `chrome://extensions/` page.### From ZIP file
1. [Download the latest ZIP release](https://github.com/2b-zipper/Share-on-Bluesky/releases/latest) of the extension.
2. Unzip the downloaded file.
3. Open your Chromium-based browser and go to `chrome://extensions/`.
4. Enable "Developer mode" by toggling the switch.
5. Click on "Load unpacked" and select the unzipped folder.## License
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](./LICENSE) file for details.