Weather Tab
Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.
¿Qué es Weather Tab?
Weather Tab es una extensión de Chrome desarrollada por Weather Tab, y su función principal es "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Weather Tab
Descarga archivos de extensión Weather Tab 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
Get Access to current Weather, extended weather forecast, search and more! Please note this extension changes your new-tab page and changes your new-tab search engine to Yahoo.com results." This extension updates your browser New Tab and provides: - Local Weather Conditions - Humidity - Sun/Sunset time - Hourly Forecast - 7 Day Forecast - A web search box Comes with daily Weather Prompt to show you local weather in a new Chrome window! By installing this extension, you agree to the Terms of Service (https://weathertab-site.info/terms-of-service/index.html) and Privacy Policy (https://weathertab-site.info/privacy-policy/index.html)
Información Básica de la Extensión
Nombre | Weather Tab |
ID | eboighkploafnninjidahohphgdlbail |
URL Oficial | https://chromewebstore.google.com/detail/weather-tab/eboighkploafnninjidahohphgdlbail |
Descripción | Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab. |
Tamaño del Archivo | 44.53 KB |
Cantidad de Instalaciones | 3,648 |
Versión Actual | 1.23.905 |
Última Actualización | 2023-09-09 |
Fecha de Publicación | 2023-04-01 |
Calificación | 4.00/5 Total de 4 Calificaciones |
Desarrollador | Weather Tab |
Correo electrónico | [email protected] |
Tipo de Pago | free |
URL de la Página de Política de Privacidad | https://weathertab-site.info/privacy-policy/index.html |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Weather Tab", "short_name": "Weather Tab", "description": "Enjoy easy access to weather forecast, weather radar, and search, free on your Chrome Tab.", "version": "1.23.905", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "chrome_url_overrides": { "newtab": "newtab\/newtab.html" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Weather Tab" }, "permissions": [ "alarms", "cookies", "topSites", "storage", "tabs" ], "host_permissions": [ "*:\/\/*.weathertab-api.info\/*" ], "manifest_version": 3 } |