What's The Weather

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

Hvad er What's The Weather?

What's The Weather er en Chrome-udvidelse udviklet af http://what-is-the-weather.com, og dens hovedfunktion er "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Udvidelsesskærmbilleder

screenshot

Download What's The Weather-udvidelses-CRX-fil

Download What's The Weather-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Officiel URL https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Beskrivelse This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Filstørrelse 93.3 KB
Antal Installationer 65,028
Nuværende Version 1.2
Senest Opdateret 2022-06-10
Udgivelsesdato 2022-05-05
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler http://what-is-the-weather.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://what-is-the-weather.com/
Hjælpeside-URL https://what-is-the-weather.com/pages/contact.html
Understøttede Sprog 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\/*"
    ]
}