Google Calendar - Secondary timezone switch

Quickly change secondary timezone based on world clock

Google Calendar - Secondary timezone switchとは何ですか?

Google Calendar - Secondary timezone switchはSidによって開発されたChromeの拡張機能で、その主な機能は「Quickly change secondary timezone based on world clock」です。

拡張機能のスクリーンショット

screenshot

Google Calendar - Secondary timezone switch拡張機能のCRXファイルをダウンロード

Google Calendar - Secondary timezone switch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}