Add blog post
This commit is contained in:
parent
88032c4e4e
commit
1ab90101d2
|
@ -2,7 +2,7 @@
|
|||
|
||||
Share to Mastodon is a browser extension for quickly sharing links and tabs to the [Mastodon social network](https://joinmastodon.org/). You can click the Mastodon button in the top bar (or the keyboard shortcut) to share the current tab, or right-click a link on any page. You can also select text and pick Mastodon in the context (right-click) menu to share a snippet.
|
||||
|
||||
The extension can store multiple server options, and syncronize them with your browser data. It works with any Mastodon server, and it uses the share dialog hosted by the selected server, so no API access is required.
|
||||
The extension can store multiple server options, and syncronize them with your browser. It works with any Mastodon server, and it uses the share dialog hosted by the selected server, so no API access is required.
|
||||
|
||||
**[Download for Google Chrome](https://chrome.google.com/webstore/detail/bibnjflclpdmbbcncejifemmbggkcjde)**
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ chrome.runtime.onInstalled.addListener(function (details) {
|
|||
chrome.notifications.create(notification, () => {
|
||||
// Handle notification click
|
||||
chrome.notifications.onClicked.addListener(function () {
|
||||
chrome.tabs.create({ url: 'https://corbin.io/introducing-share-to-mastodon/' })
|
||||
chrome.tabs.create({ url: 'https://blog.corbin.io/post/710160748534530048/share-to-mastodon-20-is-now-available' })
|
||||
})
|
||||
// Handle notification button clicks
|
||||
if (!isFirefox) {
|
||||
|
|
Loading…
Reference in New Issue