Weather forecast

Weather forecast for current city.

什么是Weather forecast?

Weather forecast是由nikolinadeveloper开发的Chrome扩展程序,该扩展的主要功能是“Weather forecast for current city.”。

扩展截图

screenshot

下载Weather forecast扩展crx文件

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

扩展使用说明

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

扩展基本信息

名称 Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
官方URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
简介 Weather forecast for current city.
文件大小 29.06 KB
安装次数 981
当前版本 0.0.0.1
更新时间 2018-02-14
上架时间 2018-02-14
评分 3.83/5 共12次评分
开发者 nikolinadeveloper
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}