Time Zone Converter - Savvy Time
Time zone and local time converter. Compare and convert time between many locations at a time.
Time Zone Converter - Savvy Timeคืออะไร?
Time Zone Converter - Savvy Time เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://savvytime.com และคุณลักษณะหลักของมันคือ "Time zone and local time converter. Compare and convert time between many locations at a time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Time Zone Converter - Savvy Time
ดาวน์โหลดไฟล์ส่วนขยาย Time Zone Converter - Savvy Time ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Time zone and city time converter between multiple locations worldwide. Converter allows find, add and compare over 100,000 cities and about 300 time zones. Converts times instantly as you type, in both direction. To help us improve, we would love to hear your feedback and any suggestions for future updates. ------------------- Version 1.8.0 - dark mode - color dates - improvements Version 1.7.2-1.7.4 - Improvements and fixes Version 1.7.1 - Ability to rename time zone or city, other minor improvements Version 1.7.0 - Adds link, description in calendar, city time zone and fixes Version 1.6.3 - Adds slider for easier time selection Version 1.6.2 - Removes user's location permission requirements Version 1.6.1 - Selecting time zone with keyboard Version 1.6.0 - Automatic user location - Sync selected locations with Google account - Improved location storing and loading mechanism Version 1.5.3 - Add to Calendar daylight saving time fix Version 1.5.1 - Added button to export time into popular calendars, including Google Calendar, Outlook, ICal and Yahoo Calendar Version 1.4.5 - 1.4.15 - Fixes and improvements Version 1.4.4 - New redesigned time input field Version 1.4.2 - Added date picker and date info Version 1.4.1 - Compact styling Version 1.4 - Auto adjust selected time zone for daylight saving Version 1.3.5 - Updated time zone database Version 1.3.4 - Drag & drop - Auto-focus Version 1.3.3 -24 hour format support Version 1.3.1 -fix for daylight saving Version 1.3 -Loading fix -Performance -Default time
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Time Zone Converter - Savvy Time |
ID | plhnjpnbkmdmooideifhkonobdkgbbof |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/time-zone-converter-savvy/plhnjpnbkmdmooideifhkonobdkgbbof |
คำอธิบาย | Time zone and local time converter. Compare and convert time between many locations at a time. |
ขนาดไฟล์ | 933 KB |
จำนวนการติดตั้ง | 115,181 |
เวอร์ชันปัจจุบัน | 1.8.0 |
อัปเดตครั้งล่าสุด | 2022-04-03 |
วันที่เผยแพร่ | 2019-07-11 |
คะแนน | 4.53/5 รวมทั้งหมด 152 คะแนน |
ผู้พัฒนา | https://savvytime.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://savvytime.com/converter |
URL หน้าช่วยเหลือ | https://savvytime.com/contact |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Zone Converter - Savvy Time", "description": "Time zone and local time converter. Compare and convert time between many locations at a time.", "version": "1.8.0", "browser_action": { "default_icon": "public\/images\/logo_32.png", "default_popup": "index.html" }, "icons": { "16": "public\/images\/logo_16.png", "24": "public\/images\/logo_24.png", "32": "public\/images\/logo_32.png", "48": "public\/images\/logo_48.png", "128": "public\/images\/logo_128.png" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |