IST Time

Converts website time texts to IST time

Co to jest IST Time?

IST Time to rozszerzenie Chrome opracowane przez Himanshu, a jego główną funkcją jest „Converts website time texts to IST time”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IST Time

Pobierz pliki rozszerzeń IST Time w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
Oficjalny URL https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Opis Converts website time texts to IST time
Rozmiar pliku 3.54 KB
Liczba instalacji 20
Aktualna Wersja 0.02
Ostatnia Aktualizacja 2022-02-24
Data Publikacji 2022-02-24
Deweloper Himanshu
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}