TheWeatherOutlook (TWO)

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

TheWeatherOutlook (TWO)とは何ですか?

TheWeatherOutlook (TWO)はhttp://www.theweatheroutlook.comによって開発されたChromeの拡張機能で、その主な機能は「This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).」です。

拡張機能のスクリーンショット

screenshot

TheWeatherOutlook (TWO)拡張機能のCRXファイルをダウンロード

TheWeatherOutlook (TWO)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 TheWeatherOutlook (TWO) TheWeatherOutlook (TWO)
ID plefifddlacbaaphfpmahdkjndaepbel
公式URL https://chrome.google.com/webstore/detail/theweatheroutlook-two/plefifddlacbaaphfpmahdkjndaepbel
説明 This extension provides quick access to the latest weather forecasts and news from TheWeatherOutlook (TWO).
ファイルサイズ 48.36 KB
インストール数 38
現在のバージョン 1.1
最終更新日 2013-06-26
公開日 2013-06-26
評価 1.00/5 合計 1 レビュー
開発者 http://www.theweatheroutlook.com
支払い方法 free
拡張機能のウェブサイト http://www.theweatheroutlook.com/
対応言語 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"
            ]
        }
    ]
}