Google Calendar - Secondary timezone switch
Quickly change secondary timezone based on world clock
Vad är Google Calendar - Secondary timezone switch?
Google Calendar - Secondary timezone switch är en Chrome-tillägg utvecklad av Sid, och dess huvudfunktion är "Quickly change secondary timezone based on world clock".
Tilläggsskärmbilder
Ladda ner Google Calendar - Secondary timezone switch-förlängningens CRX-fil
Ladda ner Google Calendar - Secondary timezone switch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar
Grundläggande Information om Tillägg
Namn | Google Calendar - Secondary timezone switch |
ID | naodbbgfgaphpgoffbeljcmklomlacmm |
Officiell webbadress | https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm |
Beskrivning | Quickly change secondary timezone based on world clock |
Filstorlek | 10.1 KB |
Antal Installationer | 46 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-04-10 |
Publiceringsdatum | 2022-04-10 |
Utvecklare | Sid |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |