TheWeatherOutlook (TWO)

This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).

Was ist TheWeatherOutlook (TWO)?

TheWeatherOutlook (TWO) ist eine Chrome-Erweiterung, die von http://www.theweatheroutlook.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".

Erweiterungsscreenshots

screenshot

TheWeatherOutlook (TWO)-Erweiterungs-CRX-Datei herunterladen

Laden Sie TheWeatherOutlook (TWO)-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

                        TheWeatherOutlook (http://www.theweatheroutlook.com/) is one of the UK's busiest and most popular weather web sites. This extension gives you the latest weather news summary as well as direct access to many of the most popular pages on the web site including:

7, 10 and 16 day UK postcode and location weather forecasts
14 day, monthly and seasonal discussion forecast
UK zoomable rainfall radar
GFS, GEFS, ECM, WW3 and Fax charts
TWO Buzz for the latest news and views on the weather                    

Grundlegende Informationen zur Erweiterung

Name TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
Offizielle URL https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
Beschreibung This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Dateigröße 48.36 KB
Installationsanzahl 38
Aktuelle Version 1.1
Letztes Update 2013-06-26
Veröffentlichungsdatum 2013-06-26
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://www.theweatheroutlook.com
Zahlungsart free
Erweiterungswebsite http://www.theweatheroutlook.com/
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TheWeatherOutlook (TWO)",
    "description": "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/www.theweatheroutlook.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.theweatheroutlook.com\/*",
                "https:\/\/www.theweatheroutlook.com\/*"
            ],
            "js": [
                "jquery-1.9.1.min.js"
            ]
        }
    ]
}