What's The Weather

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

Wat is What's The Weather?

What's The Weather is een Chrome-extensie ontwikkeld door http://what-is-the-weather.com, en de belangrijkste functie is "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie What's The Weather

Download What's The Weather-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Officiële URL https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Beschrijving This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Bestandsgrootte 93.3 KB
Aantal Installaties 65,028
Huidige Versie 1.2
Laatst Bijgewerkt 2022-06-10
Publicatiedatum 2022-05-05
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar http://what-is-the-weather.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://what-is-the-weather.com/
Help Pagina-URL https://what-is-the-weather.com/pages/contact.html
Ondersteunde Talen 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\/*"
    ]
}