IST Time

Converts website time texts to IST time

Cos'è IST Time?

IST Time è un'estensione di Chrome sviluppata da Himanshu, e la sua funzione principale è "Converts website time texts to IST time".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IST Time

Scarica i file di estensione IST Time in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
URL Ufficiale https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Descrizione Converts website time texts to IST time
Dimensione del File 3.54 KB
Conteggio Installazioni 20
Versione Corrente 0.02
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2022-02-24
Sviluppatore Himanshu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}