Weathery (weather)
A clean and simple weather app.
O que é Weathery (weather)?
Weathery (weather) é uma extensão do Chrome desenvolvida por eky, e sua principal característica é "A clean and simple weather app.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weathery (weather)
Baixe arquivos de extensão Weathery (weather) 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
Get weather updates at a glance while using Chrome. Click on the icon to access a full forecast for your location. ************************ Features: * Icon live updates with current weather * Current weather * 15h forecast * 5 day forecast * Choose between metric or imperial units * Search over 200 000 cities worldwide ************************ This extension is powered by the OpenWeatherMap API. For more information, visit http://openweathermap.org
Informações Básicas da Extensão
Nome | Weathery (weather) |
ID | eknnpofdolaciafcnokdbgfelpmdpceb |
URL Oficial | https://chromewebstore.google.com/detail/weathery-weather/eknnpofdolaciafcnokdbgfelpmdpceb |
Descrição | A clean and simple weather app. |
Tamanho do Arquivo | 317 KB |
Contagem de Instalações | 818 |
Versão Atual | 0.1.3 |
Última Atualização | 2016-01-11 |
Data de Publicação | 2016-01-10 |
Classificação | 3.58/5 Total de 12 Avaliações |
Desenvolvedor | eky |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weathery (weather)", "short_name": "Weathery", "description": "A clean and simple weather app.", "version": "0.1.3", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "19": "icons\/favicons19\/02.png", "38": "icons\/favicons38\/02.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "dist\/updateIcon.js" ], "persistant": false }, "permissions": [ "storage", "alarms" ] } |