World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
World Clockคืออะไร?
World Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bulenttastan และคุณลักษณะหลักของมันคือ "Interactive world clocks extension, beautiful UI, easily one click to show, work offline."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย World Clock
ดาวน์โหลดไฟล์ส่วนขยาย World Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime. * Switch between 12h and 24h views * See UTC (GMT) time, helpful to check any server time * Countries and individual cities included * Automatically adjusts for daylight savings time
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | World Clock |
ID | dngepaapinafpbhfbfjhkcbabhfakmia |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
คำอธิบาย | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
ขนาดไฟล์ | 236 KB |
จำนวนการติดตั้ง | 822 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2020-11-28 |
วันที่เผยแพร่ | 2020-04-10 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | bulenttastan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "World Clock", "version": "1.1", "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.", "browser_action": { "default_icon": "assets\/images\/logo\/19.png", "default_popup": "popup.html" }, "icons": { "32": "\/assets\/images\/logo\/32.png", "48": "\/assets\/images\/logo\/48.png", "64": "\/assets\/images\/logo\/64.png", "128": "\/assets\/images\/logo\/128.png" }, "manifest_version": 2 } |