Random Bookmark From Folder
Open random bookmarks from a chosen folder
What is Random Bookmark From Folder?
Random Bookmark From Folder is a Chrome extension developed by Pixievolt No. 1, and its main feature is "Open random bookmarks from a chosen folder".
Extension Screenshots
Download Random Bookmark From Folder Extension CRX File
Download Random Bookmark From Folder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Pick a folder, roll the die! This extension lets you open randomly-selected bookmarks from a folder of your choice. Features: - Pin your favorite folders to the top for easier access - Decide for yourself whether subfolders are included - Made with care to provide a friendly, functional interface
Extension Basic Information
Name | Random Bookmark From Folder |
ID | dcijbgljdombbkbmmkabanaopnnapcfd |
Official URL | https://chromewebstore.google.com/detail/random-bookmark-from-fold/dcijbgljdombbkbmmkabanaopnnapcfd |
Description | Open random bookmarks from a chosen folder |
File Size | 78.53 KB |
Installation Count | 1,624 |
Current Version | 2.1 |
Last Updated | 2019-06-26 |
Publish Date | 2019-06-25 |
Rating | 4.25/5 Total 16 Ratings |
Developer | Pixievolt No. 1 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/PikadudeNo1/RandomBookmark/issues |
Privacy Policy Page URL | https://pixievoltno1.com/ext/privacy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "2.1", "description": "__MSG_extDesc__", "author": "Pikadude No. 1", "icons": { "48": "icon\/48.png", "128": "icon\/128.png" }, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "__MSG_extName__", "default_popup": "ui.html", "default_icon": { "32": "icon\/32Die.png", "40": "icon\/40Die.png" } }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F" } } }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "bookmarks", "alarms" ], "minimum_chrome_version": "58", "applications": { "gecko": { "id": "[email protected]", "strict_min_version": "60.0" } }, "manifest_version": 2 } |