Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

什么是Weather (forecast)?

Weather (forecast)是由weart开发的Chrome扩展程序,该扩展的主要功能是“Best weather forecast extension for Chrome, simple and beautiful.”。

扩展截图

screenshot

下载Weather (forecast)扩展crx文件

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

扩展使用说明

                        Weather Forecast is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

扩展基本信息

名称 Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
官方URL https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
简介 Best weather forecast extension for Chrome, simple and beautiful.
文件大小 377 KB
安装次数 1,000
当前版本 1.1.0
更新时间 2019-06-07
上架时间 2019-06-07
评分 3.70/5 共10次评分
开发者 weart
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}