Bookmarkoftheday

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

Wat is Bookmarkoftheday?

Bookmarkoftheday is een Chrome-extensie ontwikkeld door Bookmark of the day, en de belangrijkste functie is "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Bookmarkoftheday

Download Bookmarkoftheday-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

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

Basisinformatie over de Extensie

Naam Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
Officiële URL https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Beschrijving Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Bestandsgrootte 2.54 MB
Aantal Installaties 54
Huidige Versie 0.3
Laatst Bijgewerkt 2022-06-29
Publicatiedatum 2022-04-21
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Bookmark of the day
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.bookmarkoftheday.xyz/
Ondersteunde Talen 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"
        }
    }
}