Bookmarkoftheday

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

ما هو Bookmarkoftheday؟

Bookmarkoftheday هو إضافة Chrome تم تطويرها بواسطة Bookmark of the day، والميزة الرئيسية لها هي "Bookmark of the day is a chrome extension which shows you one bookmark everyday.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Bookmarkoftheday

قم بتنزيل ملفات الامتداد Bookmarkoftheday بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Bookmarkoftheday Bookmarkoftheday
ID jldlnlkjghmljkcbdebeebbafjgdmllc
عنوان URL الرسمي https://chromewebstore.google.com/detail/bookmarkoftheday/jldlnlkjghmljkcbdebeebbafjgdmllc
الوصف Bookmark of the day is a chrome extension which shows you one bookmark everyday.
حجم الملف 2.54 MB
عدد التثبيتات 54
النسخة الحالية 0.3
آخر تحديث 2022-06-29
تاريخ النشر 2022-04-21
تقييم 5.00/5 مجموع تقييمات 8
المطور Bookmark of the day
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.bookmarkoftheday.xyz/
اللغات المدعومة 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"
        }
    }
}