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
官方網址 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
電子郵箱 [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
}