Random Bookmark is a small chrome extension that opens a random bookmark.
But why, you may ask? I find most of the music I listen to through YouTube, so I like to keep a bookmarks folder of all the songs I like. Sometimes I can't decide what I want to listen to, so that's where this extension comes in handy.
The extension is available here on the Chrome Web Store.
This extension is pretty minimal and includes only a few config options.
- Set the folder to pick a random bookmark from
- Toggle whether to include bookmarks in subfolders
- Set where bookmarks should be opened
Big thanks to Fomantic-UI and material.io for the UI elements and icons.
Install dependencies:
npm install
Setup Fomantic-UI (default settings are fine):
cd node_modules/fomantic-ui
npx gulp install
npx gulp build
Build:
npm run build
Note: Parcel build optimizations are disabled (at the moment) due to a bug in how it processes things.