Colorful Clock for Google Chrome

Beautiful clock with a colorful design for your Google Chrome browser.

What is Colorful Clock for Google Chrome?

Colorful Clock for Google Chrome is a Chrome extension developed by Coxdo, and its main feature is "Beautiful clock with a colorful design for your Google Chrome browser.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Colorful Clock for Google Chrome Extension CRX File

Download Colorful Clock for Google Chrome 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

                        Beautiful clock with a colorful design with a minimal design to look at the time directly in your Chrome browser.

Colorful Clock provides a simple countdown timer, stopwatch, alarm and just clocks. 

You could change the 24-hr time to 12-hr, theme, clock position, clock size.

You can close and re-open clock by click to extension icon.                    

Extension Basic Information

Name Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
Official URL https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
Description Beautiful clock with a colorful design for your Google Chrome browser.
File Size 5.74 MB
Installation Count 60
Current Version 0.0.5
Last Updated 2021-04-29
Publish Date 2020-05-15
Rating 5.00/5 Total 1 Ratings
Developer Coxdo
Email [email protected]
Payment Type free
Extension Website https://www.coxdo.com/
Help Page URL https://www.coxdo.com/contact.html
Supported Languages en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "128.png",
        "default_title": "__MSG_appName__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery-3.3.1.min.js",
                "js\/inject.js",
                "js\/pex.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "homepage_url": "https:\/\/www.coxdo.com\/",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortname__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.5",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        "css\/*",
        "files\/*",
        "images\/*",
        "webfonts\/*"
    ]
}