Bookmarkoftheday

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

Cos'è Bookmarkoftheday?

Bookmarkoftheday è un'estensione di Chrome sviluppata da Bookmark of the day, e la sua funzione principale è "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Bookmarkoftheday

Scarica i file di estensione Bookmarkoftheday 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

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

Informazioni di Base sull'Estensione

Nome Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
URL Ufficiale https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Descrizione Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Dimensione del File 2.54 MB
Conteggio Installazioni 54
Versione Corrente 0.3
Ultimo Aggiornamento 2022-06-29
Data di Pubblicazione 2022-04-21
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Bookmark of the day
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.bookmarkoftheday.xyz/
Lingue Supportate 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"
        }
    }
}