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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    }
}