Skip to content

Latest commit

 

History

History

plugin

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@bookay/plugin

This is a browser extension that lets you bookmark sites as you browse.

How to use

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.

Keyboard navigation

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

Development

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/.