IST Time

Converts website time texts to IST time

Co je IST Time?

IST Time je rozšíření Chrome vyvinuté Himanshu, a jeho hlavní funkcí je „Converts website time texts to IST time“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření IST Time

Stáhněte si soubory rozšíření IST Time ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Oficiální URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Popis Converts website time texts to IST time
Velikost souboru 3.54 KB
Počet instalací 20
Aktuální Verze 0.02
Poslední Aktualizace 2022-02-24
Datum Vydání 2022-02-24
Vývojář Himanshu
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}