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"
            ]
        }
    ]
}