ColorClock Tabs

What color is it? A hex color clock for your new tab page.

什麼是ColorClock Tabs?

ColorClock Tabs是由https://victorszeto.com開發的Chrome擴展程式,該擴展的主要功能是“What color is it? A hex color clock for your new tab page.”。

擴展截圖

screenshot

下載ColorClock Tabs擴展crx文件

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

擴展使用說明

                        A color clock for your new tab page. Cycles through the 24-hour color range, showing the color corresponding to the current time.                    

擴展基本資訊

名稱 ColorClock Tabs ColorClock Tabs
ID ajhlmmkocpickopfnjdbapohpjllghpo
官方網址 https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo
簡介 What color is it? A hex color clock for your new tab page.
檔案大小 23.4 KB
安裝次數 16
目前版本 0.0.3
更新時間 2014-12-18
上架時間 2014-12-17
開發者 https://victorszeto.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ColorClock Tabs",
    "short_name": "ColorClock",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "What color is it? A hex color clock for your new tab page.",
    "homepage_url": "http:\/\/victorszeto.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "http:\/\/fonts.googleapis.com\/",
        "https:\/\/fonts.googleapis.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}