This is a browser extension that lets you bookmark sites as you browse.
Install it from your browser's extension store:
* Currently unavailable because of the manifest debacle. I might not upgrade to manifest v3. You can download it for sideloading here or you can clone this repo and build the extension manually. Also works for other Chromium-based browsers.
** The Firefox addon is straightforward to use on desktop, but sadly very cumbersome on recent versions of Firefox for Android. This is the official workaround.
Toggle the plugin with Ctrl/Cmd+Shift+E
(customizable), then
- choose an option:
Tab
or arrow keys - or directly select a folder to add to: keys
1-n
- or directy open a recent bookmark: first letter of name
The plugin can run in the latest browsers as-is (pre-build).
Edit code directly and load this folder as a Chromium browser extension to see the results.
To preview in Firefox / Firefox for Android, use web-ext, e.g.
npm run build
cd ./build/mozilla
web-ext lint
web-ext run -f /Applications/Firefox\ Developer\ Edition.app
web-ext run --target=firefox-android --android-device=LGH930c7e1760d --firefox-apk org.mozilla.firefox
All tests are under ../test/.