Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

Was ist Weather Watcher?

Weather Watcher ist eine Chrome-Erweiterung, die von http://weatherwatch.zilliuns.com entwickelt wurde, und ihr Hauptmerkmal ist "Access all of your weather alerts in one place instantly from your New Tab page.".

Erweiterungsscreenshots

screenshot

Weather Watcher-Erweiterungs-CRX-Datei herunterladen

Laden Sie Weather Watcher-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

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

Grundlegende Informationen zur Erweiterung

Name Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
Offizielle URL https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
Beschreibung Access all of your weather alerts in one place instantly from your New Tab page.
Dateigröße 130 KB
Installationsanzahl 64
Aktuelle Version 1.0.0.4
Letztes Update 2018-10-18
Veröffentlichungsdatum 2018-10-18
Entwickler http://weatherwatch.zilliuns.com
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}