Skip to content

Commit 977c5b8

Browse files
Update store listing; add description to package.json
1 parent 835e068 commit 977c5b8

2 files changed

Lines changed: 11 additions & 14 deletions

File tree

extension/assets/store/listing.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,27 @@ Track your bookmarked GitHub issues across all repositories with cross-device sy
66

77
## Detailed Description
88

9-
GitHub Bookmarked Issues adds a Bookmarks view to github.com/issues, right
10-
alongside GitHub's built-in views like "Created" and "Assigned." Bookmark any
11-
issue from its page and find it later in one place.
9+
This extension adds a "Bookmarked" view to github.com/issues, alongside GitHub's built-in views like
10+
"Created" and "Assigned." Bookmark any issue from its page and find it later in the toolbar popup
11+
or GitHub view.
1212

1313
Features:
1414

1515
- Bookmark button on every GitHub issue page
16-
- Bookmarks view at github.com/issues, integrated with GitHub's native UI
17-
- Cross-device sync via your browser's built-in sync (Google Account or
18-
Firefox Account)
19-
- Quick access popup showing all bookmarked issues
20-
- Copy bookmarked issues as Markdown links
21-
- Import issues from GitHub URLs
22-
- Works without authentication; optional GitHub Personal Access Token for
23-
higher API rate limits
16+
- Bookmarked view at github.com/issues, integrated with GitHub's native UI
17+
- Toolbar popup for quick access to all bookmarked issues
18+
- Cross-device sync via browser sync (using your Google or Firefox account)
19+
- Uses Markdown lists for easy import/export
20+
- Works without authentication; optional GitHub PAT for higher API rate limits
2421

25-
Permissions explained:
22+
Permissions:
2623

2724
- Storage: saves your bookmarks and preferences
2825
- Web Request: discovers GitHub API parameters for compatibility
2926
- Host permissions (github.com, api.github.com): adds bookmark buttons to
3027
issue pages and fetches issue details from GitHub's API
3128

32-
No data is sent to any server other than GitHub's API. No analytics or
33-
tracking. Fully open source.
29+
No data is sent to any server other than GitHub's API. No analytics or tracking. Fully open source.
3430

3531
Source code: https://github.com/richardkmichael/github-bookmarked-issues
3632

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "github-bookmarked-issues",
33
"version": "1.0.0",
4+
"description": "Track your bookmarked GitHub issues across all repositories with cross-device sync",
45
"private": true,
56
"type": "module",
67
"scripts": {

0 commit comments

Comments
 (0)