timee
Convert date and time to your time zone with timee.io
timeeคืออะไร?
timee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://timee.io และคุณลักษณะหลักของมันคือ "Convert date and time to your time zone with timee.io"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย timee
ดาวน์โหลดไฟล์ส่วนขยาย timee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension is a simple shortcut for time zone conversion of free language text on timee.io. All you have to do is select a time you want to convert, right-click and choose "View on timee" from the menu. It then opens a page on timee.io with this specific time.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | timee |
ID | fcedikhdncpihpklagplnhhapeohoghl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/timee/fcedikhdncpihpklagplnhhapeohoghl |
คำอธิบาย | Convert date and time to your time zone with timee.io |
ขนาดไฟล์ | 10.32 KB |
จำนวนการติดตั้ง | 637 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2021-04-22 |
วันที่เผยแพร่ | 2020-05-04 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://timee.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://timee.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "timee", "description": "Convert date and time to your time zone with timee.io", "version": "1.1", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png" }, "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ] } |