0x23CLOCK

Pretty Clock

什麼是0x23CLOCK?

0x23CLOCK是由touchy開發的Chrome擴展程式,該擴展的主要功能是“Pretty Clock”。

擴展截圖

screenshot

下載0x23CLOCK擴展crx文件

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

擴展使用說明

                        A nifty clock that changes the color of the page to the hex color of time.


Toggle Full Screen: 'F'

based off: http://www.jacopocolo.com/hexclock/#.
Source: https://github.com/seanstar12/0x23CLOCK                    

擴展基本資訊

名稱 0x23CLOCK 0x23CLOCK
ID lipgkofjhgkedpbcnchdhcfjgdagfpio
官方網址 https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio
簡介 Pretty Clock
檔案大小 86.61 KB
安裝次數 286
目前版本 0.1.2
更新時間 2014-06-20
上架時間 2014-06-20
評分 5.00/5 共 1 次評分
開發者 touchy
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "0x23CLOCK",
    "version": "0.1.2",
    "manifest_version": 2,
    "description": "Pretty Clock",
    "icons": {
        "128": "images\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/iconPage.png"
    },
    "permissions": [
        "tabs",
        "background"
    ],
    "web_accessible_resources": [
        "js\/*",
        "fonts\/*",
        "clock.html"
    ]
}