UTC Time & World Clock
Get the current UTC time in your browser, with time zones and locale support, and display World Clock.
UTC Time & World Clockคืออะไร?
UTC Time & World Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://utctime.info และคุณลักษณะหลักของมันคือ "Get the current UTC time in your browser, with time zones and locale support, and display World Clock."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย UTC Time & World Clock
ดาวน์โหลดไฟล์ส่วนขยาย UTC Time & World Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
🕒 Master Time from Around the World with Our Chrome Extension! ✨ Key Features: 🆓 FREE and Easy to Use: Our extension is available to everyone at no cost. Installation takes just seconds! ⌚ Display of UTC Time on the Go: Keep accurate Coordinated Universal Time (UTC) at your fingertips, wherever you are. 🌐 Choose Time Zones: Need the time in another city? Easily select any time zone with just one click. 🎨 Dark/Light theme default support: dark mode designed to reduce eye strain at night. 📅 Localization of Your Choice: Prefer to see the time and date in your native language? Choose from a wide range of available locales. 🗣️ Supports Multiple Languages: Our extension speaks your language! We support a broad spectrum of languages for your convenience. 👉 Time Display on the Extension Badge Icon: Always see the current time right on the extension icon in your browser - convenient and practical. 🌟 Why Should You Install Our Extension? It's perfect for travelers, international teams, students, and anyone who regularly interacts with people in different time zones. This is a tool that makes tracking time simple and efficient. You'll always be aware of the time, no matter where you are. 💡 Install our extension now and make managing time simple and convenient!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | UTC Time & World Clock |
ID | jgdjfgikafpmoefidckdhpcdadhjphfk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/utc-time-world-clock/jgdjfgikafpmoefidckdhpcdadhjphfk |
คำอธิบาย | Get the current UTC time in your browser, with time zones and locale support, and display World Clock. |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 313 |
เวอร์ชันปัจจุบัน | 0.0.2 |
อัปเดตครั้งล่าสุด | 2024-01-26 |
วันที่เผยแพร่ | 2024-01-09 |
ผู้พัฒนา | https://utctime.info |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://utctime.info/ |
URL หน้านโยบายความเป็นส่วนตัว | https://docs.google.com/document/d/e/2PACX-1vR9FVHunJmF4ZrRR2EDUjXl6Elrun1EZa8Eus8OOQYIZpcMkJ4tp_NpXaXrU3E7GExX4HNC4_3RP9d8/pub |
ภาษาที่รองรับ | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "description": "__MSG_extDescription__", "version": "0.0.2", "manifest_version": 3, "icons": { "128": "icons\/logo.png" }, "default_locale": "en", "minimum_chrome_version": "88", "action": { "default_popup": "popup.html", "default_icon": "icons\/logo.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "web_accessible_resources": [ { "matches": [], "resources": [ "icons\/logo.png" ], "use_dynamic_url": false } ], "permissions": [ "storage", "alarms" ] } |