A local-first Chromium extension for quickly capturing pages, returning to them in the browser, and clearing the reading backlog.
- Download the latest release ZIP.
- Extract it to a permanent folder.
- Open
chrome://extensionsand enable Developer mode. - Select Load unpacked and choose the extracted
LinkPouchfolder. - Open
chrome://extensions/shortcutsif Chrome did not assign the suggested shortcuts.
To update, download and extract the next release, then select Reload for LinkPouch on chrome://extensions.
Requirements: Node.js 22+ and Chrome 127+.
npm install
npm test
npm run buildLoad the generated dist/ directory from chrome://extensions:
- Enable Developer mode.
- Select Load unpacked.
- Choose this project's
dist/directory. - Open
chrome://extensions/shortcutsif Chrome did not assign the suggested shortcuts.
Suggested macOS shortcuts:
Option+Shift+S: capture the active page.Option+Shift+Q: open or focus the Queue.
Chrome or macOS may reserve a suggested shortcut. Assign another combination from the extension shortcuts page when needed.
Capture persists the URL before opening Quick Capture. Enter confirms the note; Shift+Enter adds a line; Escape dismisses note editing without removing the captured item. Press Ctrl+E followed by 1–9 to insert a configured preset.
All data stays in chrome.storage.local. Core behavior has no backend or network dependency.

