IST Time

Converts website time texts to IST time

Hvad er IST Time?

IST Time er en Chrome-udvidelse udviklet af Himanshu, og dens hovedfunktion er "Converts website time texts to IST time".

Udvidelsesskærmbilleder

screenshot
screenshot

Download IST Time-udvidelses-CRX-fil

Download IST Time-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Officiel URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Beskrivelse Converts website time texts to IST time
Filstørrelse 3.54 KB
Antal Installationer 20
Nuværende Version 0.02
Senest Opdateret 2022-02-24
Udgivelsesdato 2022-02-24
Udvikler Himanshu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}