Google Calendar - Secondary timezone switch
Quickly change secondary timezone based on world clock
Google Calendar - Secondary timezone switchคืออะไร?
Google Calendar - Secondary timezone switch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sid และคุณลักษณะหลักของมันคือ "Quickly change secondary timezone based on world clock"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Google Calendar - Secondary timezone switch
ดาวน์โหลดไฟล์ส่วนขยาย Google Calendar - Secondary timezone switch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Google Calendar - Secondary timezone switch |
ID | naodbbgfgaphpgoffbeljcmklomlacmm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm |
คำอธิบาย | Quickly change secondary timezone based on world clock |
ขนาดไฟล์ | 10.1 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-04-10 |
วันที่เผยแพร่ | 2022-04-10 |
ผู้พัฒนา | Sid |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Calendar - Secondary timezone switch", "description": "Quickly change secondary timezone based on world clock", "version": "1.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "https:\/\/calendar.google.com\/*" ], "js": [ "content-script.js" ] } ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" } } |