Bookmarkoftheday

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

什麼是Bookmarkoftheday?

Bookmarkoftheday是由Bookmark of the day開發的Chrome擴展程式,該擴展的主要功能是“Bookmark of the day is a chrome extension which shows you one bookmark everyday.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Bookmarkoftheday擴展crx文件

下載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
官方網址 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"
        }
    }
}