Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

Hvad er Google Calendar - Secondary timezone switch?

Google Calendar - Secondary timezone switch er en Chrome-udvidelse udviklet af Sid, og dens hovedfunktion er "Quickly change secondary timezone based on world clock".

Udvidelsesskærmbilleder

screenshot

Download Google Calendar - Secondary timezone switch-udvidelses-CRX-fil

Download Google Calendar - Secondary timezone switch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
Officiel URL https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Beskrivelse Quickly change secondary timezone based on world clock
Filstørrelse 10.1 KB
Antal Installationer 46
Nuværende Version 1.0
Senest Opdateret 2022-04-10
Udgivelsesdato 2022-04-10
Udvikler Sid
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}