IST Time

Converts website time texts to IST time

O que é IST Time?

IST Time é uma extensão do Chrome desenvolvida por Himanshu, e sua principal característica é "Converts website time texts to IST time".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão IST Time

Baixe arquivos de extensão IST Time no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome IST Time IST Time
ID kedcaldapibdidfdkdcegkgpdidljhph
URL Oficial https://chromewebstore.google.com/detail/ist-time/kedcaldapibdidfdkdcegkgpdidljhph
Descrição Converts website time texts to IST time
Tamanho do Arquivo 3.54 KB
Contagem de Instalações 20
Versão Atual 0.02
Última Atualização 2022-02-24
Data de Publicação 2022-02-24
Desenvolvedor Himanshu
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}