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
电子邮箱 [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
}