Hex Clock

Color changing clock based on current time converted to hex color codes

Hex Clock là gì?

Hex Clock là một tiện ích mở rộng Chrome được phát triển bởi billsearle, và tính năng chính của nó là "Color changing clock based on current time converted to hex color codes".

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

screenshot
screenshot
screenshot

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

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

                        Lighten up.

The Hex Clock for Chrome replaces your new tab with a 24hr clock and corresponding hex coded background. Seamlessly fading into the next colour every second.                    

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

Tên Hex Clock Hex Clock
ID pdonflklnjbgccapfenhjdanehgejbkj
URL Chính Thức https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj
Mô tả Color changing clock based on current time converted to hex color codes
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2014-12-19
Ngày Phát Hành 2014-12-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển billsearle
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://billsearle.me
URL Trang Trợ Giúp https://github.com/searleb/color-clock/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hex Clock",
    "description": "Color changing clock based on current time converted to hex color codes",
    "version": "0.3.1",
    "offline_enabled": true,
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    }
}