ColorClock Tabs

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

What is ColorClock Tabs?

ColorClock Tabs is a Chrome extension developed by https://victorszeto.com, and its main feature is "What color is it? A hex color clock for your new tab page.".

Extension Screenshots

screenshot

Download ColorClock Tabs Extension CRX File

Download ColorClock Tabs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name ColorClock Tabs ColorClock Tabs
ID ajhlmmkocpickopfnjdbapohpjllghpo
Official URL https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo
Description What color is it? A hex color clock for your new tab page.
File Size 23.4 KB
Installation Count 16
Current Version 0.0.3
Last Updated 2014-12-18
Publish Date 2014-12-17
Developer https://victorszeto.com
Payment Type free
Supported Languages 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'"
}