Clock
A simple clock in the toolbar.
Clockคืออะไร?
Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย onimax และคุณลักษณะหลักของมันคือ "A simple clock in the toolbar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock
ดาวน์โหลดไฟล์ส่วนขยาย Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A minimal clock as a clickable toolbar item.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clock |
ID | cpocpfccehgaoaefhgfgimjicohiecje |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clock/cpocpfccehgaoaefhgfgimjicohiecje |
คำอธิบาย | A simple clock in the toolbar. |
ขนาดไฟล์ | 17.3 KB |
จำนวนการติดตั้ง | 895 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2019-03-12 |
วันที่เผยแพร่ | 2019-03-12 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | onimax |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clock", "version": "1.0", "description": "A simple clock in the toolbar.", "browser_action": { "default_title": "Clock", "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/base.js", "js\/background.js" ], "persistent": true }, "icons": { "16": "images\/16.png", "32": "images\/32.png", "48": "images\/48.png", "128": "images\/128.png" }, "manifest_version": 2 } |