Weather New Tab

The best weather new tab extention

¿Qué es Weather New Tab?

Weather New Tab es una extensión de Chrome desarrollada por weathernewtab, y su función principal es "The best weather new tab extention".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Weather New Tab

Descarga archivos de extensión Weather New 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

                        Customize the browsing experience with the Weather New Tab, this feature enables your Chrome search page into a new interface with changing background images and provides updates on the Weather and Time. "By clicking “Add to Chrome”, You accept and agree to installing the Weather New Tab Chrome extension and setting Chrome New Tab to that provided by the service and the Terms of Use and Privacy Policy. New Tab Search will be provided by Microsoft Bing"                    

Información Básica de la Extensión

Nombre Weather New Tab Weather New Tab
ID bpbogmolkofliadijppmedcifmejecjk
URL Oficial https://chromewebstore.google.com/detail/weather-new-tab/bpbogmolkofliadijppmedcifmejecjk
Descripción The best weather new tab extention
Tamaño del Archivo 1.67 MB
Cantidad de Instalaciones 6,921
Versión Actual 1.0.4
Última Actualización 2023-05-30
Fecha de Publicación 2022-10-26
Desarrollador weathernewtab
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad http://weathernewtab.com/privacy.html
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "name": "Weather New Tab",
    "version": "1.0.4",
    "description": "The best weather new tab extention",
    "permissions": [
        "geolocation",
        "cookies",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "action": {
        "default_icon": "icon.png"
    }
}