Weather App

The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.

什么是Weather App?

Weather App是由https://arunayyappath.me开发的Chrome扩展程序,该扩展的主要功能是“The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.”。

扩展截图

screenshot

下载Weather App扩展crx文件

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

扩展使用说明

                        It's now easy to get updated with the weather conditions instantly on your location as well as another location's. Weather app provides detailed weather report & also provides current temperature in Celsius, wind speed, humidity, location coordinates                    

扩展基本信息

名称 Weather App Weather App
ID npaebkdojgajejbpgegfgkdgfkokmepi
官方URL https://chromewebstore.google.com/detail/weather-app/npaebkdojgajejbpgegfgkdgfkokmepi
简介 The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.
文件大小 379 KB
安装次数 264
当前版本 1.0.1
更新时间 2019-08-21
上架时间 2019-08-21
评分 3.80/5 共5次评分
开发者 https://arunayyappath.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://arunayyappath.me/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Weather",
    "manifest_version": 2,
    "name": "Weather App",
    "version": "1.0.1",
    "description": "The Weather App is designed to be as simple & intuitive as possible. You can check the weather condition of specific locations.",
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "geolocation"
    ]
}