Clock on Top
A Clock that displays on top of each website
Clock on Topคืออะไร?
Clock on Top เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jackandamydev และคุณลักษณะหลักของมันคือ "A Clock that displays on top of each website"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clock on Top
ดาวน์โหลดไฟล์ส่วนขยาย Clock on Top ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ever get lost in time while browsing the internet? Love using Chrome in full screen but miss looking at the clock? Not anymore! With Clock on Top the current time will be visible in all your websites. Simply add the extension, and you will see the time on the bottom right corner. More features coming soon...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clock on Top |
ID | gdeckkgddeepgggbjififpekknbpkfak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clock-on-top/gdeckkgddeepgggbjififpekknbpkfak |
คำอธิบาย | A Clock that displays on top of each website |
ขนาดไฟล์ | 38.7 KB |
จำนวนการติดตั้ง | 62 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2020-07-08 |
วันที่เผยแพร่ | 2020-07-07 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | jackandamydev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://jackandamydev.com/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clock on Top", "description": "A Clock that displays on top of each website", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content.js" ], "css": [ "roboto.css", "content.css" ] } ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } } |