GitHub Issue Glance helps you bookmark and manage GitHub issues effortlessly. With this Chrome extension, you can star (bookmark) issues directly from the issue page. Built with Vite + Vanilla, and Manifest v3
Access your starred issues on a dedicated options page, where you can view them in a clean, searchable table. Organize and manage your GitHub issues more effectively, saving time and staying focused on what matters most.
https://chromewebstore.google.com/detail/github-issue-glance/kallgfejdofmpelngmpklcddomojplod
run the command
$ cd github-issue-glance
$ pnpm install
$ pnpm run dev
- set your Chrome browser 'Developer mode' up
- click 'Load unpacked', and select
github-issue-glance/build
folder
- access
http://0.0.0.0:3000/
- when debugging popup page, open
http://0.0.0.0:3000//popup.html
- when debugging options page, open
http://0.0.0.0:3000//options.html
Template generated by create-chrome-ext