Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
O que é Weather Watcher?
Weather Watcher é uma extensão do Chrome desenvolvida por http://weatherwatch.zilliuns.com, e sua principal característica é "Access all of your weather alerts in one place instantly from your New Tab page.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Weather Watcher
Baixe arquivos de extensão Weather Watcher 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
Disclaimer: Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall
Informações Básicas da Extensão
Nome | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
URL Oficial | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
Descrição | Access all of your weather alerts in one place instantly from your New Tab page. |
Tamanho do Arquivo | 130 KB |
Contagem de Instalações | 64 |
Versão Atual | 1.0.0.4 |
Última Atualização | 2018-10-18 |
Data de Publicação | 2018-10-18 |
Desenvolvedor | http://weatherwatch.zilliuns.com |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Weather Watcher", "version": "1.0.0.4", "description": "Access all of your weather alerts in one place instantly from your New Tab page.", "icons": { "16": "16weatherwatch.jpg", "32": "32weatherwatch.jpg", "48": "48weatherwatch.jpg", "128": "128weatherwatch.jpg" }, "browser_action": { "default_icon": "logo19.png" }, "chrome_url_overrides": { "newtab": "newTab.html" }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.zilliuns.com\/*" ] } } |