@@ -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
1313Features:
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
3531Source code: https://github.com/richardkmichael/github-bookmarked-issues
3632
0 commit comments