Time Converter List
This extension will convert time from one time zone to another and show in list
O que é Time Converter List?
Time Converter List é uma extensão do Chrome desenvolvida por babishshrestha, e sua principal característica é "This extension will convert time from one time zone to another and show in list".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Time Converter List
Baixe arquivos de extensão Time Converter List 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
This will provide a list comparing corresponding times from different selected timezone.
Informações Básicas da Extensão
Nome | |
ID | oaopihpjhekjkdklbfcjocjfddejjnbi |
URL Oficial | https://chrome.google.com/webstore/detail/time-converter-list/oaopihpjhekjkdklbfcjocjfddejjnbi |
Descrição | This extension will convert time from one time zone to another and show in list |
Tamanho do Arquivo | 34.53 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.0.0 |
Última Atualização | 2016-05-18 |
Data de Publicação | 2016-05-18 |
Desenvolvedor | babishshrestha |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Time Converter List", "description": "This extension will convert time from one time zone to another and show in list", "version": "1.0.0", "browser_action": { "default_icon": "icon.png", "default_title": "Timezone Converter List", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |