Bookmarkoftheday

Bookmark of the day is a chrome extension which shows you one bookmark everyday.

Qu'est-ce que Bookmarkoftheday ?

Bookmarkoftheday est une extension Chrome développée par Bookmark of the day, et sa fonction principale est "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Bookmarkoftheday

Téléchargez les fichiers d'extension Bookmarkoftheday 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

                        Bookmark of the day is a chrome extension which shows you one bookmark everyday and makes revisiting bookmarks a blissful experience.                    

Informations de Base sur l'Extension

Nom Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
URL Officiel https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Description Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Taille du Fichier 2.54 MB
Nombre d'Installations 54
Version Actuelle 0.3
Dernière Mise à Jour 2022-06-29
Date de Publication 2022-04-21
Évaluation 5.00/5 Total 8 Évaluations
Développeur Bookmark of the day
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.bookmarkoftheday.xyz/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bookmarkoftheday",
    "description": "Bookmark of the day is a chrome extension which shows you one bookmark everyday.",
    "version": "0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icon\/icon_128.png",
        "32": ".\/icon\/icon_128.png",
        "48": ".\/icon\/icon_128.png",
        "128": ".\/icon\/icon_128.png"
    },
    "action": {
        "default_title": "Bookmark of the day",
        "default_icons": {
            "16": ".\/icon\/icon_16.png",
            "32": ".\/icon\/icon_48.png",
            "48": ".\/icon\/icon_48.png",
            "128": ".\/icon\/icon_128.png"
        }
    },
    "options_page": ".\/option\/options.html",
    "permissions": [
        "bookmarks",
        "storage",
        "tabs",
        "scripting",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/icon_48.png",
                "option\/options.html",
                "icon\/twitter.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "commands": {
        "openBookmark": {
            "suggested_key": "Ctrl+B",
            "description": "Open a random bookmark"
        }
    }
}