Hex Clock
Color changing clock based on current time converted to hex color codes
Hex Clockคืออะไร?
Hex Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย billsearle และคุณลักษณะหลักของมันคือ "Color changing clock based on current time converted to hex color codes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hex Clock
ดาวน์โหลดไฟล์ส่วนขยาย Hex Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hex Clock |
ID | pdonflklnjbgccapfenhjdanehgejbkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hex-clock/pdonflklnjbgccapfenhjdanehgejbkj |
คำอธิบาย | Color changing clock based on current time converted to hex color codes |
ขนาดไฟล์ | 134 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.3.1 |
อัปเดตครั้งล่าสุด | 2014-12-19 |
วันที่เผยแพร่ | 2014-12-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | billsearle |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://billsearle.me |
URL หน้าช่วยเหลือ | https://github.com/searleb/color-clock/issues |
ภาษาที่รองรับ | 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" } } |