Weather Data

This extension alerts in case of storm or any other weather anomaly

什么是Weather Data?

Weather Data是由Albe Rosado开发的Chrome扩展程序,该扩展的主要功能是“This extension alerts in case of storm or any other weather anomaly”。

扩展截图

screenshot

下载Weather Data扩展crx文件

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

扩展使用说明

                        Simple and straightforward updates on weather change. People get busy on Reddit, playing games, coding, etc. So if you wanna get a simple alert when a storm or a tornado or on any dangerous weather change, right away, well, this extension is for you.                    

扩展基本信息

名称 Weather Data Weather Data
ID pjfcgapkmfboidpbffmdjnfodcbpnbmo
官方URL https://chrome.google.com/webstore/detail/weather-data/pjfcgapkmfboidpbffmdjnfodcbpnbmo
简介 This extension alerts in case of storm or any other weather anomaly
文件大小 26.79 KB
安装次数 84
当前版本 1.1.1
更新时间 2018-11-13
上架时间 2018-11-13
评分 5.00/5 共5次评分
开发者 Albe Rosado
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Data",
    "description": "This extension alerts in case of storm or any other weather anomaly",
    "version": "1.1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/api.openweathermap.org\/",
        "geolocation",
        "notifications",
        "background",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}