Random bookmark by Denis

Minimal way to open a random bookmark

What is Random bookmark by Denis?

Random bookmark by Denis is a Chrome extension developed by https://sokolov.cc, and its main feature is "Minimal way to open a random bookmark".

Extension Screenshots

screenshot

Download Random bookmark by Denis Extension CRX File

Download Random bookmark by Denis 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

                        Choose a folder in your bookmarks and a random bookmark from that folder will be opened.

The action gives you a unique URL, so you can bookmark the random bookmark itself.                    

Extension Basic Information

Name Random bookmark by Denis Random bookmark by Denis
ID pffanfmkaeilbhcfngndhfajiafhmenf
Official URL https://chromewebstore.google.com/detail/random-bookmark-by-denis/pffanfmkaeilbhcfngndhfajiafhmenf
Description Minimal way to open a random bookmark
File Size 151 KB
Installation Count 25
Current Version 1.0.3
Last Updated 2022-11-19
Publish Date 2020-01-16
Rating 5.00/5 Total 1 Ratings
Developer https://sokolov.cc
Email [email protected]
Payment Type free
Extension Website https://github.com/denis-sokolov/chrome-random-bookmark
Help Page URL https://github.com/denis-sokolov/chrome-random-bookmark/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_short_name__",
    "version": "1.0.3",
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "icons": {
        "16": "src\/icons\/16.png",
        "48": "src\/icons\/48.png",
        "128": "src\/icons\/128.png",
        "256": "src\/icons\/256.png"
    },
    "incognito": "split",
    "options_page": "src\/options\/index.html",
    "permissions": [
        "bookmarks"
    ],
    "web_accessible_resources": [
        "index.html"
    ]
}