Color Clock
Clock that uses hex numbers to display the color that correlates with the exact time.
Color Clockคืออะไร?
Color Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย google และคุณลักษณะหลักของมันคือ "Clock that uses hex numbers to display the color that correlates with the exact time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Color Clock
ดาวน์โหลดไฟล์ส่วนขยาย Color Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 . . .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | elkjgefanklhkjebfjfngcafjgjnfadh |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/color-clock/elkjgefanklhkjebfjfngcafjgjnfadh |
คำอธิบาย | Clock that uses hex numbers to display the color that correlates with the exact time. |
ขนาดไฟล์ | 27 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-08-24 |
วันที่เผยแพร่ | 2015-08-24 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |