Toolbar Clock

Stylish analog clock in your browser toolbar.

什麼是Toolbar Clock?

Toolbar Clock是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Stylish analog clock in your browser toolbar.”。

擴展截圖

screenshot

下載Toolbar Clock擴展crx文件

下載Toolbar Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Toolbar Clock is a browser add-on that renders a stylish analog clock in the toolbar popup and also a simple analog clock as the toolbar icon.

To see the clock, please click on the toolbar icon to open the popup. There are few settings at the bottom of the UI to adjust the clock. There is also a reload button to refresh the clock UI in case an unexpected error happens. Please note that this add-on does not have any options or settings to adjust. All you need is available in toolbar popup UI.

If you want to report a bug or have a feature request, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/toolbar-clock.html).                    

擴展基本資訊

名稱 Toolbar Clock Toolbar Clock
ID cemihgihgpjhjdgbebpmckbeonpnffjj
官方網址 https://chromewebstore.google.com/detail/toolbar-clock/cemihgihgpjhjdgbebpmckbeonpnffjj
簡介 Stylish analog clock in your browser toolbar.
檔案大小 61 KB
安裝次數 824
目前版本 0.1.3
更新時間 2023-11-18
上架時間 2018-04-02
評分 4.33/5 共 3 次評分
開發者 Muyor
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/toolbar-clock.html
說明頁面URL https://mybrowseraddon.com/toolbar-clock.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Toolbar Clock",
    "offline_enabled": true,
    "description": "Stylish analog clock in your browser toolbar.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/toolbar-clock.html",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "storage",
        "contextMenus"
    ],
    "action": {
        "default_title": "Toolbar Clock",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}