TheWeatherOutlook (TWO)

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

Co to jest TheWeatherOutlook (TWO)?

TheWeatherOutlook (TWO) to rozszerzenie Chrome opracowane przez http://www.theweatheroutlook.com, a jego główną funkcją jest „This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TheWeatherOutlook (TWO)

Pobierz pliki rozszerzeń TheWeatherOutlook (TWO) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
Oficjalny URL https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
Opis This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
Rozmiar pliku 48.36 KB
Liczba instalacji 38
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2013-06-26
Data Publikacji 2013-06-26
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper http://www.theweatheroutlook.com
Typ Płatności free
Strona Rozszerzenia http://www.theweatheroutlook.com/
Obsługiwane Języki 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"
            ]
        }
    ]
}