New Tab - What Color is It

The time... now in color.

New Tab - What Color is It là gì?

New Tab - What Color is It là một tiện ích mở rộng Chrome được phát triển bởi 太空饭否开发组, và tính năng chính của nó là "The time... now in color.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Tab - What Color is It

Tải xuống các tệp mở rộng New Tab - What Color is It 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

                        Show the hex color of current time in your new tab. Create a new tab, and enjoy the beauty of color as time changes.
Click the time or color to copy.

Fork on GitHub: https://github.com/riophae/what-color-is-it

The idea was originally put forward by J.E.Murphy; website: http://jemurphy.org/
Based on http://whatcolourisit.scn9a.org/                    

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

Tên New Tab - What Color is It New Tab - What Color is It
ID kdbefpgedbmgcndbjgegpomamfkiejoa
URL Chính Thức https://chromewebstore.google.com/detail/new-tab-what-color-is-it/kdbefpgedbmgcndbjgegpomamfkiejoa
Mô tả The time... now in color.
Kích Thước Tệp 43.6 KB
Số Lần Cài Đặt 256
Phiên Bản Hiện Tại 0.1.3
Cập Nhật Lần Cuối 2014-12-28
Ngày Phát Hành 2014-12-28
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển 太空饭否开发组
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "whatcolorisit.html"
    },
    "description": "The time... now in color.",
    "icons": {
        "256": "icon_256.png",
        "128": "icon_128.png",
        "96": "icon_96.png",
        "48": "icon_48.png"
    },
    "manifest_version": 2,
    "name": "New Tab - What Color is It",
    "version": "0.1.3",
    "permissions": [
        "clipboardWrite "
    ],
    "content_security_policy": "default_src 'self'; object-src 'self'; script-src 'self' 'unsafe-eval'"
}