Colorful Clock for Google Chrome

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

什么是Colorful Clock for Google Chrome?

Colorful Clock for Google Chrome是由Coxdo开发的Chrome扩展程序,该扩展的主要功能是“Beautiful clock with a colorful design for your Google Chrome browser.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Colorful Clock for Google Chrome扩展crx文件

下载Colorful Clock for Google Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
官方URL https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
简介 Beautiful clock with a colorful design for your Google Chrome browser.
文件大小 5.74 MB
安装次数 60
当前版本 0.0.5
更新时间 2021-04-29
上架时间 2020-05-15
评分 5.00/5 共1次评分
开发者 Coxdo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.coxdo.com/
帮助页面URL https://www.coxdo.com/contact.html
支持的语言 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\/*"
    ]
}