Random bookmark by Denis

Minimal way to open a random bookmark

Cos'è Random bookmark by Denis?

Random bookmark by Denis è un'estensione di Chrome sviluppata da https://sokolov.cc, e la sua funzione principale è "Minimal way to open a random bookmark".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Random bookmark by Denis

Scarica i file di estensione Random bookmark by Denis in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Random bookmark by Denis Random bookmark by Denis
ID pffanfmkaeilbhcfngndhfajiafhmenf
URL Ufficiale https://chromewebstore.google.com/detail/random-bookmark-by-denis/pffanfmkaeilbhcfngndhfajiafhmenf
Descrizione Minimal way to open a random bookmark
Dimensione del File 151 KB
Conteggio Installazioni 25
Versione Corrente 1.0.3
Ultimo Aggiornamento 2022-11-19
Data di Pubblicazione 2020-01-16
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://sokolov.cc
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/denis-sokolov/chrome-random-bookmark
URL della Pagina di Aiuto https://github.com/denis-sokolov/chrome-random-bookmark/issues
Lingue Supportate 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"
    ]
}