Random bookmark by Denis

Minimal way to open a random bookmark

Wat is Random bookmark by Denis?

Random bookmark by Denis is een Chrome-extensie ontwikkeld door https://sokolov.cc, en de belangrijkste functie is "Minimal way to open a random bookmark".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Random bookmark by Denis

Download Random bookmark by Denis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Random bookmark by Denis Random bookmark by Denis
ID pffanfmkaeilbhcfngndhfajiafhmenf
Officiële URL https://chromewebstore.google.com/detail/random-bookmark-by-denis/pffanfmkaeilbhcfngndhfajiafhmenf
Beschrijving Minimal way to open a random bookmark
Bestandsgrootte 151 KB
Aantal Installaties 25
Huidige Versie 1.0.3
Laatst Bijgewerkt 2022-11-19
Publicatiedatum 2020-01-16
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://sokolov.cc
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/denis-sokolov/chrome-random-bookmark
Help Pagina-URL https://github.com/denis-sokolov/chrome-random-bookmark/issues
Ondersteunde Talen 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"
    ]
}