Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

ما هو Google Calendar - Secondary timezone switch؟

Google Calendar - Secondary timezone switch هو إضافة Chrome تم تطويرها بواسطة Sid، والميزة الرئيسية لها هي "Quickly change secondary timezone based on world clock".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google Calendar - Secondary timezone switch

قم بتنزيل ملفات الامتداد Google Calendar - Secondary timezone switch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Google Calendar - Secondary timezone switch Google Calendar - Secondary timezone switch
ID naodbbgfgaphpgoffbeljcmklomlacmm
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-calendar-secondary/naodbbgfgaphpgoffbeljcmklomlacmm
الوصف Quickly change secondary timezone based on world clock
حجم الملف 10.1 KB
عدد التثبيتات 46
النسخة الحالية 1.0
آخر تحديث 2022-04-10
تاريخ النشر 2022-04-10
المطور Sid
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}