IST Time

Converts website time texts to IST time

Vad är IST Time?

IST Time är en Chrome-tillägg utvecklad av Himanshu, och dess huvudfunktion är "Converts website time texts to IST time".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner IST Time-förlängningens CRX-fil

Ladda ner IST Time-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        "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äggande Information om Tillägg

Namn IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Officiell webbadress https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Beskrivning Converts website time texts to IST time
Filstorlek 3.54 KB
Antal Installationer 20
Aktuell Version 0.02
Senast Uppdaterad 2022-02-24
Publiceringsdatum 2022-02-24
Utvecklare Himanshu
E-post [email protected]
Betalningssätt free
Stödda Språk 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
}