Bookmarkoftheday

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

Apa itu Bookmarkoftheday?

Bookmarkoftheday adalah ekstensi Chrome yang dikembangkan oleh Bookmark of the day, dan fitur utamanya adalah "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Bookmarkoftheday

Unduh file ekstensi Bookmarkoftheday dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
URL Resmi https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
Deskripsi Bookmark of the day is a chrome extension which shows you one bookmark everyday.
Ukuran File 2.54 MB
Jumlah Instalasi 54
Versi Saat Ini 0.3
Terakhir Diperbarui 2022-06-29
Tanggal Publikasi 2022-04-21
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Bookmark of the day
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.bookmarkoftheday.xyz/
Bahasa yang Didukung 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"
        }
    }
}