Clext
Grammer Clock in your browser
Clextคืออะไร?
Clext เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jarques และคุณลักษณะหลักของมันคือ "Grammer Clock in your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clext
ดาวน์โหลดไฟล์ส่วนขยาย Clext ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Clext is a simple Chrome Extension to let you know the time in an easy to read sentence. Clext uses GrammerTime by Thomas Davis: http://www.designedbythomas.co.uk/blog/grammartime-javascript-word-clock
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/clext/pdmdlpkmpfbcbnldaanecoeilkkcfhcl |
คำอธิบาย | Grammer Clock in your browser |
ขนาดไฟล์ | 8.24 KB |
จำนวนการติดตั้ง | 15 |
เวอร์ชันปัจจุบัน | 1 |
อัปเดตครั้งล่าสุด | 2012-10-18 |
วันที่เผยแพร่ | 2012-10-18 |
ผู้พัฒนา | Jarques |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clext", "version": "1", "description": "Grammer Clock in your browser", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "grammer.js" ] }, "permissions": [ "notifications" ], "web_accessible_resources": [ "icon.png" ] } |