What's The Weather

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

Was ist What's The Weather?

What's The Weather ist eine Chrome-Erweiterung, die von http://what-is-the-weather.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Erweiterungsscreenshots

screenshot

What's The Weather-Erweiterungs-CRX-Datei herunterladen

Laden Sie What's The Weather-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Offizielle URL https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Beschreibung This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Dateigröße 93.3 KB
Installationsanzahl 65,028
Aktuelle Version 1.2
Letztes Update 2022-06-10
Veröffentlichungsdatum 2022-05-05
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler http://what-is-the-weather.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://what-is-the-weather.com/
Hilfeseite URL https://what-is-the-weather.com/pages/contact.html
Unterstützte Sprachen 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\/*"
    ]
}