-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
31 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ dist-ssr | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
dist.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Create a post to Bluesky, without leaving your current tab. You can just update status from the Omnibox(a.k.a. URL bar or Address bar)! | ||
|
||
|
||
Type 'at' + [space/tab] in the omnibox, then write your status & hit Enter to post. | ||
Type 'at' + [space/tab] + ':share' to share currently browsing page. | ||
Type 'at' + [space/tab] + ':share' + [space] + [type anything] to share url with your comment. | ||
Type 'at' + [space/tab] + ':options' to open options page. | ||
Type 'at' + [space/tab] + ':version' to check version. | ||
|
||
Once you install the extension, the options page is automatically opend, and you needd to sign in to Bluesky. | ||
|
||
OmniATP is an open source software, you can access its code from https://github.com/yshrsmz/omniatp |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Single purpose | ||
|
||
Create a post to Bluesky, without leaving your current tab. You can just update status from the Omnibox(a.k.a. URL bar or Address bar)! | ||
|
||
## Permission justification | ||
|
||
### tabs | ||
|
||
tabs is used to get a current tab's title and url so that the extension can share these to Bluesky. "activeTab" permission does not work in this case as this extension is triggered via the omnibox, with "at" hot word. And in this scenario we can't retrieve active tab's URL & title with "activeTab" permission. | ||
|
||
### notifications | ||
|
||
notification is only used to let users know that status is successfully updated. | ||
|
||
### storage | ||
|
||
storage is necessary to store user's access token and other settings. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.