Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

What is Google Calendar - Secondary timezone switch?

Google Calendar - Secondary timezone switch is a Chrome extension developed by Sid, and its main feature is "Quickly change secondary timezone based on world clock".

Extension Screenshots

screenshot

Download Google Calendar - Secondary timezone switch Extension CRX File

Download Google Calendar - Secondary timezone switch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
Official URL https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Description Quickly change secondary timezone based on world clock
File Size 10.1 KB
Installation Count 46
Current Version 1.0
Last Updated 2022-04-10
Publish Date 2022-04-10
Developer Sid
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}