Karaganda temperature
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
O que é Karaganda temperature?
Karaganda temperature é uma extensão do Chrome desenvolvida por vladislav.yevtushenko, e sua principal característica é "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Karaganda temperature
Baixe arquivos de extensão Karaganda temperature 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
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Informações Básicas da Extensão
Nome | |
ID | cdghnlkmcpklogckgicedkafjfgigfli |
URL Oficial | https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli |
Descrição | Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz |
Tamanho do Arquivo | 40.85 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0.4.1 |
Última Atualização | 2016-11-14 |
Data de Publicação | 2016-11-14 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | vladislav.yevtushenko |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Karaganda temperature", "manifest_version": 2, "version": "1.0.4.1", "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz", "permissions": [ "tabs", "http:\/\/www.meteoclub.kz\/*", "background" ], "background": { "page": "html\/background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Karaganda temperature", "default_popup": "html\/popup.htm", "default_icon": "icons\/icon19.png" } } |