IST Time

Converts website time texts to IST time

Wat is IST Time?

IST Time is een Chrome-extensie ontwikkeld door Himanshu, en de belangrijkste functie is "Converts website time texts to IST time".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie IST Time

Download IST Time-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Officiële URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Beschrijving Converts website time texts to IST time
Bestandsgrootte 3.54 KB
Aantal Installaties 20
Huidige Versie 0.02
Laatst Bijgewerkt 2022-02-24
Publicatiedatum 2022-02-24
Ontwikkelaar Himanshu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}