Weather Application
Latest Weather Updates
O que é Weather Application?
Weather Application é uma extensão do Chrome desenvolvida por jaistudy1996, e sua principal característica é "Latest Weather Updates".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weather Application
Baixe arquivos de extensão Weather Application 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
v0.0.22 Temporarily remove notifications for bug fixing v0.0.21 new icons v0.0.20 bug fixes for weather update not updating on time. v0.0.19 bug fixes for notifications v0.0.18 bug fixes v0.0.17 added notifications Get weather information right in your browser without having to visit any weather websites. This application will automatically update weather as per your location every 15 minutes. You can easily change your location by just typing "weather" then press tab and then "change location" and select your new location from drop down list. You can change units as well the same way "weather" then press tab and then "change units" and select your choice of units from the list. More features coming in future updates. Weather info provided by: OpenWeatherMap Location info provided by: Google Maps Alert info provided by: DarkSky
Informações Básicas da Extensão
Nome | |
ID | baneafkmoaiapjggpciiijngdblphaai |
URL Oficial | https://chrome.google.com/webstore/detail/weather-application/baneafkmoaiapjggpciiijngdblphaai |
Descrição | Latest Weather Updates |
Tamanho do Arquivo | 109 KB |
Contagem de Instalações | 219 |
Versão Atual | 0.0.22 |
Última Atualização | 2017-09-05 |
Data de Publicação | 2017-09-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | jaistudy1996 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.jayantarora.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Application", "version": "0.0.22", "manifest_version": 2, "description": "Latest Weather Updates", "homepage_url": "http:\/\/www.jayantarora.com", "icons": { "16": "icons\/sun16.png", "24": "icons\/sun24.png", "32": "icons\/sun32.png", "64": "icons\/sun64.png", "128": "icons\/sun128.png", "256": "icons\/sun256.png", "512": "icons\/sun512.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js", "src\/bg\/skycons.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/sun16.png", "default_title": "Weather Information" }, "permissions": [ "notifications", "tabs", "geolocation", " |