Random bookmark by Denis

Minimal way to open a random bookmark

Qu'est-ce que Random bookmark by Denis ?

Random bookmark by Denis est une extension Chrome développée par https://sokolov.cc, et sa fonction principale est "Minimal way to open a random bookmark".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Random bookmark by Denis

Téléchargez les fichiers d'extension Random bookmark by Denis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Random bookmark by Denis Random bookmark by Denis
ID pffanfmkaeilbhcfngndhfajiafhmenf
URL Officiel https://chromewebstore.google.com/detail/random-bookmark-by-denis/pffanfmkaeilbhcfngndhfajiafhmenf
Description Minimal way to open a random bookmark
Taille du Fichier 151 KB
Nombre d'Installations 25
Version Actuelle 1.0.3
Dernière Mise à Jour 2022-11-19
Date de Publication 2020-01-16
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sokolov.cc
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/denis-sokolov/chrome-random-bookmark
URL de la Page d'Aide https://github.com/denis-sokolov/chrome-random-bookmark/issues
Langues Prises en Charge 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"
    ]
}