Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Color Clock là gì?
Color Clock là một tiện ích mở rộng Chrome được phát triển bởi google, và tính năng chính của nó là "Clock that uses hex numbers to display the color that correlates with the exact time.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Color Clock
Tải xuống các tệp mở rộng Color 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
The Color Clock extension will brighten up your day and your browser background according to the time. It uses the current time, converts it into a hexadecimal color value, and changes the background accordingly with colors range from #000000 to #235959, matching every second within a 24 hour period. The hour (first two numbers) represents the amount of red in the background, the minutes (third and fourth numbers) represents the amount of green in the background, and the seconds (fifth and sixth numbers) represents the amount of blue in the background. Never a boring moment with Color Clock. Get it here today . . .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
URL Chính Thức | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
Mô tả | Clock that uses hex numbers to display the color that correlates with the exact time. |
Kích Thước Tệp | 27 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2015-08-24 |
Ngày Phát Hành | 2015-08-24 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Color Clock", "description": "Clock that uses hex numbers to display the color that correlates with the exact time.", "version": "1.0", "incognito": "split", "chrome_url_overrides": { "newtab": "public\/index.html" } } |