What's The Weather

This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.

Cos'è What's The Weather?

What's The Weather è un'estensione di Chrome sviluppata da http://what-is-the-weather.com, e la sua funzione principale è "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione What's The Weather

Scarica i file di estensione What's The Weather in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        For more details: 
https://what-is-the-weather.com/pages/terms-of-use.html
https://what-is-the-weather.com/pages/privacy-policy.html

Get the best weather updates around you by using
our weather extension!

By installing the extension you accept and agree to set Chrome New Tab search to Bing, and to the terms and policies.                    

Informazioni di Base sull'Estensione

Nome What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
URL Ufficiale https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Descrizione This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Dimensione del File 93.3 KB
Conteggio Installazioni 65,028
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-10
Data di Pubblicazione 2022-05-05
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore http://what-is-the-weather.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://what-is-the-weather.com/
URL della Pagina di Aiuto https://what-is-the-weather.com/pages/contact.html
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "What's The Weather"
    },
    "description": "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.",
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "What's The Weather",
    "version": "1.2",
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*.svg"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.what-is-the-weather.com\/*"
    ]
}