What's The Weather

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

Τι είναι το What's The Weather;

Το What's The Weather είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://what-is-the-weather.com, και η κύρια λειτουργία του είναι "This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης What's The Weather

Λήψη αρχείων επέκτασης What's The Weather σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα What's The Weather What's The Weather
ID afpmlonliogogjikgipmocefhgjjojdc
Επίσημο URL https://chrome.google.com/webstore/detail/whats-the-weather/afpmlonliogogjikgipmocefhgjjojdc
Περιγραφή This extension allows you to get weather reports in your area! Enjoy all the weather updates right from your homepage.
Μέγεθος Αρχείου 93.3 KB
Αριθμός Εγκαταστάσεων 65,028
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2022-06-10
Ημερομηνία Δημοσίευσης 2022-05-05
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://what-is-the-weather.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://what-is-the-weather.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://what-is-the-weather.com/pages/contact.html
Υποστηριζόμενες Γλώσσες 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\/*"
    ]
}