IST Time

Converts website time texts to IST time

Qu'est-ce que IST Time ?

IST Time est une extension Chrome développée par Himanshu, et sa fonction principale est "Converts website time texts to IST time".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IST Time

Téléchargez les fichiers d'extension IST Time au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
URL Officiel https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Description Converts website time texts to IST time
Taille du Fichier 3.54 KB
Nombre d'Installations 20
Version Actuelle 0.02
Dernière Mise à Jour 2022-02-24
Date de Publication 2022-02-24
Développeur Himanshu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}