IST Time

Converts website time texts to IST time

IST Timeとは何ですか?

IST TimeはHimanshuによって開発されたChromeの拡張機能で、その主な機能は「Converts website time texts to IST time」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        "IST Time" has been designed to convert time strings from UTC to IST time. 

No more hassles of knowing the UTC+5:30 delta, no more wasting time  to calculate time. Simply read and understand timings the way it is supposed to be.

Note: This plugin is still in early development stage and only supports string conversion on few selected sites.

Revision 0.02 : Added 5 second buffer , giving time for page to load all its elements.                    

拡張機能の基本情報

名前 IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
公式URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
説明 Converts website time texts to IST time
ファイルサイズ 3.54 KB
インストール数 20
現在のバージョン 0.02
最終更新日 2022-02-24
公開日 2022-02-24
開発者 Himanshu
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IST Time",
    "version": "0.02",
    "description": "Converts website time texts to IST time",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "ist-time.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [],
    "manifest_version": 3
}