Get Weather Now

Weather extension

¿Qué es Get Weather Now?

Get Weather Now es una extensión de Chrome desarrollada por Calc Team, y su función principal es "Weather extension".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Get Weather Now

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

                        Brings the weather updates you care about to your address bar.
Search and check the weather of your home, of your favorite locations, of the city where your loved ones live, and of the destinations of your next vacation directly from your address bar.                    

Información Básica de la Extensión

Nombre Get Weather Now Get Weather Now
ID mdijeoiljombmbamjamjlcaopdckdnci
URL Oficial https://chromewebstore.google.com/detail/get-weather-now/mdijeoiljombmbamjamjlcaopdckdnci
Descripción Weather extension
Tamaño del Archivo 6.83 MB
Cantidad de Instalaciones 864
Versión Actual 0.0.4
Última Actualización 2022-11-14
Fecha de Publicación 2022-07-22
Calificación 2.27/5 Total de 15 Calificaciones
Desarrollador Calc Team
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "0.0.4",
    "description": "__MSG_extensionDescription__",
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "assets\/img\/icon.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/tiles.aqicn.org\/"
    ]
}