IST Time

Converts website time texts to IST time

What is IST Time?

IST Time is a Chrome extension developed by Himanshu, and its main feature is "Converts website time texts to IST time".

Extension Screenshots

screenshot
screenshot

Download IST Time Extension CRX File

Download IST Time extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "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.                    

Extension Basic Information

Name IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Official URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Description Converts website time texts to IST time
File Size 3.54 KB
Installation Count 20
Current Version 0.02
Last Updated 2022-02-24
Publish Date 2022-02-24
Developer Himanshu
Email [email protected]
Payment Type free
Supported Languages 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
}