World Clock
An extension which displays time in different timezones.
World Clockคืออะไร?
World Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rajasri Systems และคุณลักษณะหลักของมันคือ "An extension which displays time in different timezones."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World Clock
ดาวน์โหลดไฟล์ส่วนขยาย World Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
คำอธิบาย | An extension which displays time in different timezones. |
ขนาดไฟล์ | 6.15 MB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 2.1 |
อัปเดตครั้งล่าสุด | 2023-04-13 |
วันที่เผยแพร่ | 2021-04-11 |
ผู้พัฒนา | Rajasri Systems |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://rajasri.com/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |