Open Random Bookmarks

Open Random Bookmarks

What is Open Random Bookmarks?

Open Random Bookmarks is a Chrome extension developed by KVS, and its main feature is "Open Random Bookmarks".

Extension Screenshots

screenshot

Download Open Random Bookmarks Extension CRX File

Download Open Random Bookmarks 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

                        Randomly opens a set amount of bookmarks from a set folder.


### CHANGELOG ###

>>> 0.2.2 <<<
+ Fixed bug with the folder selector in the options page. It will now show all the folders instead of just the Bookmark Bar folder.

>>> 0.2.0 <<<
+ Option to use the current active tab in the window.
+ Option to scan and open bookmarks from subfolders.
+ Filters. (EXPERIMENTAL).
* Amount field is now an increment field.                    

Extension Basic Information

Name Open Random Bookmarks Open Random Bookmarks
ID bgcefofhfeebbefhdnmdlfkibdfdbbfa
Official URL https://chromewebstore.google.com/detail/open-random-bookmarks/bgcefofhfeebbefhdnmdlfkibdfdbbfa
Description Open Random Bookmarks
File Size 15.14 KB
Installation Count 1,411
Current Version 0.2.2
Last Updated 2020-03-06
Publish Date 2020-03-05
Rating 4.86/5 Total 14 Ratings
Developer KVS
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Open Random Bookmarks",
    "description": "Open Random Bookmarks",
    "version": "0.2.2",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon128.png"
    },
    "permissions": [
        "tabs",
        "bookmarks",
        "contextMenus",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}