ColorClock Tabs

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

ColorClock Tabs là gì?

ColorClock Tabs là một tiện ích mở rộng Chrome được phát triển bởi https://victorszeto.com, và tính năng chính của nó là "What color is it? A hex color clock for your new tab page.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ColorClock Tabs

Tải xuống các tệp mở rộng ColorClock Tabs 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

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

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

Tên ColorClock Tabs ColorClock Tabs
ID ajhlmmkocpickopfnjdbapohpjllghpo
URL Chính Thức https://chromewebstore.google.com/detail/colorclock-tabs/ajhlmmkocpickopfnjdbapohpjllghpo
Mô tả What color is it? A hex color clock for your new tab page.
Kích Thước Tệp 23.4 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2014-12-18
Ngày Phát Hành 2014-12-17
Nhà Phát Triển https://victorszeto.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}