Clock Icon
Shows the time (hours and minutes) next to the omnibox.
Clock Iconคืออะไร?
Clock Icon เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://nemrod.se และคุณลักษณะหลักของมันคือ "Shows the time (hours and minutes) next to the omnibox."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock Icon
ดาวน์โหลดไฟล์ส่วนขยาย Clock Icon ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A way to easily see the current time (and date by hovering) next to the omnibox.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clock Icon |
ID | blpgdogcjmmkhendjpiilidbllpainfh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clock-icon/blpgdogcjmmkhendjpiilidbllpainfh |
คำอธิบาย | Shows the time (hours and minutes) next to the omnibox. |
ขนาดไฟล์ | 7.43 KB |
จำนวนการติดตั้ง | 527 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2013-06-19 |
วันที่เผยแพร่ | 2013-06-19 |
คะแนน | 3.17/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | https://nemrod.se |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://nemrod.se |
URL หน้าช่วยเหลือ | http://nemrod.se/chrome-extensions/clock-icon |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock Icon", "version": "1.1", "manifest_version": 2, "description": "Shows the time (hours and minutes) next to the omnibox.", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon128.png", "default_title": "dd\/mm\/yyyy hh:mm" } } |