Google Calendar - Secondary timezone switch
Quickly change secondary timezone based on world clock
Qu'est-ce que Google Calendar - Secondary timezone switch ?
Google Calendar - Secondary timezone switch est une extension Chrome développée par Sid, et sa fonction principale est "Quickly change secondary timezone based on world clock".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Calendar - Secondary timezone switch
Téléchargez les fichiers d'extension Google Calendar - Secondary timezone switch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar
Informations de Base sur l'Extension
Nom | Google Calendar - Secondary timezone switch |
ID | naodbbgfgaphpgoffbeljcmklomlacmm |
URL Officiel | https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm |
Description | Quickly change secondary timezone based on world clock |
Taille du Fichier | 10.1 KB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2022-04-10 |
Date de Publication | 2022-04-10 |
Développeur | Sid |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |