What's The Weather

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

Vad är What's The Weather?

What's The Weather är en Chrome-tillägg utvecklad av http://what-is-the-weather.com, och dess huvudfunktion är "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Tilläggsskärmbilder

screenshot

Ladda ner What's The Weather-förlängningens CRX-fil

Ladda ner What's The Weather-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Officiell webbadress https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Beskrivning This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Filstorlek 93.3 KB
Antal Installationer 65,028
Aktuell Version 1.2
Senast Uppdaterad 2022-06-10
Publiceringsdatum 2022-05-05
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare http://what-is-the-weather.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://what-is-the-weather.com/
Hjälpsida URL https://what-is-the-weather.com/pages/contact.html
Stödda Språk 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\/*"
    ]
}