Colorful Clock for Google Chrome

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

Colorful Clock for Google Chrome là gì?

Colorful Clock for Google Chrome là một tiện ích mở rộng Chrome được phát triển bởi Coxdo, và tính năng chính của nó là "Beautiful clock with a colorful design for your Google Chrome browser.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colorful Clock for Google Chrome

Tải xuống các tệp mở rộng Colorful Clock for Google Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colorful Clock for Google Chrome Colorful Clock for Google Chrome
ID icdbimmgjnmkljgjkapbiooacacinian
URL Chính Thức https://chrome.google.com/webstore/detail/colorful-clock-for-google/icdbimmgjnmkljgjkapbiooacacinian
Mô tả Beautiful clock with a colorful design for your Google Chrome browser.
Kích Thước Tệp 5.74 MB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2021-04-29
Ngày Phát Hành 2020-05-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Coxdo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.coxdo.com/
URL Trang Trợ Giúp https://www.coxdo.com/contact.html
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}