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
官方網址 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"
            ]
        }
    ]
}