TheWeatherOutlook (TWO)

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

¿Qué es TheWeatherOutlook (TWO)?

TheWeatherOutlook (TWO) es una extensión de Chrome desarrollada por http://www.theweatheroutlook.com, y su función principal es "This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión TheWeatherOutlook (TWO)

Descarga archivos de extensión TheWeatherOutlook (TWO) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
URL Oficial https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
Descripción This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Tamaño del Archivo 48.36 KB
Cantidad de Instalaciones 38
Versión Actual 1.1
Última Actualización 2013-06-26
Fecha de Publicación 2013-06-26
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador http://www.theweatheroutlook.com
Tipo de Pago free
Sitio Web de la Extensión http://www.theweatheroutlook.com/
Idiomas Soportados 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"
            ]
        }
    ]
}