Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

Apa itu Google Calendar - Secondary timezone switch?

Google Calendar - Secondary timezone switch adalah ekstensi Chrome yang dikembangkan oleh Sid, dan fitur utamanya adalah "Quickly change secondary timezone based on world clock".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Google Calendar - Secondary timezone switch

Unduh file ekstensi Google Calendar - Secondary timezone switch dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
URL Resmi https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
Deskripsi Quickly change secondary timezone based on world clock
Ukuran File 10.1 KB
Jumlah Instalasi 46
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-04-10
Tanggal Publikasi 2022-04-10
Pengembang Sid
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}