Localise Times
Detects times given with time zone abbreviations, and converts them to your local time.
Localise Timesคืออะไร?
Localise Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย QOAL และคุณลักษณะหลักของมันคือ "Detects times given with time zone abbreviations, and converts them to your local time."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Localise Times
ดาวน์โหลดไฟล์ส่วนขยาย Localise Times ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This addon detects and converts numeric times which include a timezone abbreviations (e.g. UTC, PDT, CEST) and converts them to your local time. Converted times will have a dotted line below them, and you can hover over them to see the original text. Clicking a converted time will show the original text again. Examples of time that'll be converted: 7pm PDT, 21:34 cest, 9:00 am UTC + 1 Handles ranges of times too, such as 7-9pm CEST / 10am - 6pm PT. You can use the menu button to localise times that do not include a time zone abbreviation. Simply click the icon, and select the time zone used by the times on the page. There's also a sandbox mode, where you can enter any text you like and convert times within it to a chosen timezone.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Localise Times |
ID | lfapgjogceelfpildippecdikjnljkek |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/localise-times/lfapgjogceelfpildippecdikjnljkek |
คำอธิบาย | Detects times given with time zone abbreviations, and converts them to your local time. |
ขนาดไฟล์ | 62.54 KB |
จำนวนการติดตั้ง | 212 |
เวอร์ชันปัจจุบัน | 1.40.7 |
อัปเดตครั้งล่าสุด | 2024-02-12 |
วันที่เผยแพร่ | 2020-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | QOAL |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/QOAL/localisetime |
URL หน้าช่วยเหลือ | https://github.com/QOAL/localisetime/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "1.40.7", "description": "__MSG_extensionDescription__", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "192": "icons\/icon_192.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "popup\/tzInfo.js", "localisetimes.js" ] } ], "web_accessible_resources": [ { "resources": [ "static.css" ], "matches": [ " |