Weather Tab

Replace new tab page with the weather and search

¿Qué es Weather Tab?

Weather Tab es una extensión de Chrome desarrollada por https://timleland.com, y su función principal es "Replace new tab page with the weather and search".

Capturas de Pantalla de la Extensión

screenshot

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

                        WeatherTab replaces your new tab page with the weather and search! WeatherTab shows a weather related photo and the current forecast for your location. You can manually set the location by searching. You can also choose between Fahrenheit or Celsius. The search features within the extension will be provided by Microsoft Bing.  

Free stock media content is distributed by Unsplash - https://unsplash.com 

Please refer to our Privacy Policy (https://weatherextension.com/terms) and Terms of Use (https://weatherextension.com/privacy). For any queries, please contact us at [email protected]                    

Información Básica de la Extensión

Nombre Weather Tab Weather Tab
ID fncgdgifhdpnlfijpimlgaheiapclldd
URL Oficial https://chromewebstore.google.com/detail/weather-tab/fncgdgifhdpnlfijpimlgaheiapclldd
Descripción Replace new tab page with the weather and search
Tamaño del Archivo 7.47 MB
Cantidad de Instalaciones 396
Versión Actual 1.0.4
Última Actualización 2022-08-29
Fecha de Publicación 2019-01-13
Calificación 4.00/5 Total de 8 Calificaciones
Desarrollador https://timleland.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://timleland.com/weathertab/
URL de la Página de Ayuda https://timleland.com/weathertab/
URL de la Página de Política de Privacidad https://t.ly/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather Tab",
    "short_name": "WeatherTab",
    "homepage_url": "https:\/\/timleland.com\/weathertab\/",
    "version": "1.0.4",
    "description": "Replace new tab page with the weather and search",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "manifest_version": 3,
    "permissions": [
        "unlimitedStorage",
        "geolocation"
    ]
}