TheWeatherOutlook (TWO)

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

Qu'est-ce que TheWeatherOutlook (TWO) ?

TheWeatherOutlook (TWO) est une extension Chrome développée par http://www.theweatheroutlook.com, et sa fonction principale est "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TheWeatherOutlook (TWO)

Téléchargez les fichiers d'extension TheWeatherOutlook (TWO) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
URL Officiel https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
Description This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Taille du Fichier 48.36 KB
Nombre d'Installations 38
Version Actuelle 1.1
Dernière Mise à Jour 2013-06-26
Date de Publication 2013-06-26
Évaluation 1.00/5 Total 1 Évaluations
Développeur http://www.theweatheroutlook.com
Type de Paiement free
Site Web de l'Extension http://www.theweatheroutlook.com/
Langues Prises en Charge 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"
            ]
        }
    ]
}