Clock

A simple clock in the toolbar.

什麼是Clock?

Clock是由onimax開發的Chrome擴展程式,該擴展的主要功能是“A simple clock in the toolbar.”。

擴展截圖

screenshot

下載Clock擴展crx文件

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

擴展使用說明

                        A minimal clock as a clickable toolbar item.                    

擴展基本資訊

名稱 Clock Clock
ID cpocpfccehgaoaefhgfgimjicohiecje
官方網址 https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje
簡介 A simple clock in the toolbar.
檔案大小 17.3 KB
安裝次數 895
目前版本 1.0
更新時間 2019-03-12
上架時間 2019-03-12
評分 4.50/5 共 6 次評分
開發者 onimax
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Clock",
    "version": "1.0",
    "description": "A simple clock in the toolbar.",
    "browser_action": {
        "default_title": "Clock",
        "default_popup": "html\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/base.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "manifest_version": 2
}