Time in India

Displays current time in India.

Time in Indiaとは何ですか?

Time in IndiaはSmartAzanClockによって開発されたChromeの拡張機能で、その主な機能は「Displays current time in India.」です。

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

screenshot

Time in India拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

拡張機能の基本情報

名前 Time in India Time in India
ID ikekoihphgkdckliglmkglohaamajakg
公式URL https://chromewebstore.google.com/detail/time-in-india/ikekoihphgkdckliglmkglohaamajakg
説明 Displays current time in India.
ファイルサイズ 6.43 KB
インストール数 850
現在のバージョン 0.0.1.9
最終更新日 2022-09-17
公開日 2021-07-18
評価 5.00/5 合計 2 レビュー
開発者 SmartAzanClock
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://smartazanclock.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}