Weather Watcher
Access all of your weather alerts in one place instantly from your New Tab page.
¿Qué es Weather Watcher?
Weather Watcher es una extensión de Chrome desarrollada por http://weatherwatch.zilliuns.com, y su función principal es "Access all of your weather alerts in one place instantly from your New Tab page.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weather Watcher
Descarga archivos de extensión Weather Watcher en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | |
ID | fliiecjlibpgdomkobdfcibkldnmkfhc |
URL Oficial | https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc |
Descripción | Access all of your weather alerts in one place instantly from your New Tab page. |
Tamaño del Archivo | 130 KB |
Cantidad de Instalaciones | 64 |
Versión Actual | 1.0.0.4 |
Última Actualización | 2018-10-18 |
Fecha de Publicación | 2018-10-18 |
Desarrollador | http://weatherwatch.zilliuns.com |
Tipo de Pago | free |
Idiomas Soportados | 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\/*" ] } } |