0x23CLOCK
Pretty Clock
0x23CLOCKคืออะไร?
0x23CLOCK เป็นส่วนขยายของ Chrome ที่พัฒนาโดย touchy และคุณลักษณะหลักของมันคือ "Pretty Clock"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 0x23CLOCK
ดาวน์โหลดไฟล์ส่วนขยาย 0x23CLOCK ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A nifty clock that changes the color of the page to the hex color of time. Toggle Full Screen: 'F' based off: http://www.jacopocolo.com/hexclock/#. Source: https://github.com/seanstar12/0x23CLOCK
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | lipgkofjhgkedpbcnchdhcfjgdagfpio |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/0x23clock/lipgkofjhgkedpbcnchdhcfjgdagfpio |
คำอธิบาย | Pretty Clock |
ขนาดไฟล์ | 86.61 KB |
จำนวนการติดตั้ง | 286 |
เวอร์ชันปัจจุบัน | 0.1.2 |
อัปเดตครั้งล่าสุด | 2014-06-20 |
วันที่เผยแพร่ | 2014-06-20 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | touchy |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "0x23CLOCK", "version": "0.1.2", "manifest_version": 2, "description": "Pretty Clock", "icons": { "128": "images\/icon.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/iconPage.png" }, "permissions": [ "tabs", "background" ], "web_accessible_resources": [ "js\/*", "fonts\/*", "clock.html" ] } |