My Weather - Canada

Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)

什么是My Weather - Canada?

My Weather - Canada是由David Lowe开发的Chrome扩展程序,该扩展的主要功能是“Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载My Weather - Canada扩展crx文件

下载My Weather - Canada扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension shows the weather information for your area (or the area you select). It does Canadian cities and pulls the weather information from Environment Canada. Weather data is polled every 20 minutes.

New in version 2.1.0
- now opens the options page to set location if the extension is installed/updated and no location is selected yet.

New in version 2.0.0
- weather warnings listed under city name in Popup
- weather warning badge colour options
- condition icons now in popup window
- reworked 7 day forecast (now with condition icons and high/low temperatures for the day)

You currently get:
- local conditions 
- 7 day forecast
- weather warnings                    

扩展基本信息

名称 My Weather - Canada My Weather - Canada
ID jcjkbcjoifjpdccpcmnfgkaaapegilli
官方URL https://chromewebstore.google.com/detail/my-weather-canada/jcjkbcjoifjpdccpcmnfgkaaapegilli
简介 Get your weather from Environment Canada! (http://www.weatheroffice.gc.ca)
文件大小 797 KB
安装次数 1,130
当前版本 2.1.0
更新时间 2017-10-18
上架时间 2017-10-18
评分 3.52/5 共23次评分
开发者 David Lowe
付费类型 free
支持的语言 en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.1.0",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "options_page": "options.html",
    "icons": {
        "16": "canada.png",
        "48": "canada.png",
        "128": "canada.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "weather\/29.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/dd.weatheroffice.ec.gc.ca\/*"
    ]
}