Skip to content

Commit ecb0600

Browse files
Development install instructions
1 parent e6dce85 commit ecb0600

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
- **Bookmarks View** - Custom view at `github.com/issues/bookmarked` (requires login)
66
- **Options** - Configure GitHub PAT for higher API rate limits
77

8+
## Install
9+
10+
Manual install, until Chrome Web Store and Firefox Add-On signing.
11+
12+
Download the extension ZIP or XPI from [release assets](https://github.com/richardkmichael/github-bookmarked-issues/releases).
13+
14+
**Chrome**: `chrome://extensions`, enable `Developer mode`, drag and drop the `ZIP`.
15+
**Firefox**: `about:debugging#/runtime/this-firefox`, `Load temporary Add-on`, select the `XPI`.
16+
817
## How it works
918

1019
The Bookmarks view uses GitHub's internal GraphQL API (no rate limits for logged-in users).
@@ -57,3 +66,4 @@ npm test # Run Playwright tests
5766
## Known Limitations
5867

5968
- **Bookmarks view navigation**: Must navigate from a built-in view (e.g., `/issues/created`), then click "Bookmarked". Direct URL navigation to `/issues/bookmarked` returns 404 (GitHub's React router doesn't know the route).
69+
- **Not cross-browser**: Local and browser-specific storage only, e.g. Google Account, Firefox Account

0 commit comments

Comments
 (0)