Track your github pull requests automatically and have them ready for review in your browser's bookmarks.
The extension checks browser cookies for the github.com domain, if the user is logged in, it will automatically check user's pull requests list and store them in the bookmarks folder, refreshing the list periodically.
You can customize the folder's name, pull request's title format, and interval between refreshes.
Build for Chrome:
bun install
bun run zipBuild for Firefox:
bun install
bun run zip:firefoxRun the development server for Chrome:
bun install
bun run devRun the development server for Firefox:
bun install
bun run dev:firefox