Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

Wat is Google Calendar - Secondary timezone switch?

Google Calendar - Secondary timezone switch is een Chrome-extensie ontwikkeld door Sid, en de belangrijkste functie is "Quickly change secondary timezone based on world clock".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Google Calendar - Secondary timezone switch

Download Google Calendar - Secondary timezone switch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extensions helps in switching the secondary timezone quickly from the world clock in the sidebar                    

Basisinformatie over de Extensie

Naam Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
Officiële URL https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Beschrijving Quickly change secondary timezone based on world clock
Bestandsgrootte 10.1 KB
Aantal Installaties 46
Huidige Versie 1.0
Laatst Bijgewerkt 2022-04-10
Publicatiedatum 2022-04-10
Ontwikkelaar Sid
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}