Pro Weather News

Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!

什么是Pro Weather News?

Pro Weather News是由http://weathernews.tech开发的Chrome扩展程序,该扩展的主要功能是“Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!”。

扩展截图

screenshot

下载Pro Weather News扩展crx文件

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

扩展使用说明

                        Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!                    

扩展基本信息

名称 Pro Weather News Pro Weather News
ID haahbecnaloibnogjnakdcolejpigndi
官方URL https://chrome.google.com/webstore/detail/pro-weather-news/haahbecnaloibnogjnakdcolejpigndi
简介 Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!
文件大小 1.11 MB
安装次数 171
当前版本 1.2
更新时间 2018-03-07
上架时间 2018-03-07
评分 1.00/5 共2次评分
开发者 http://weathernews.tech
电子邮箱 [email protected]
付费类型 free
扩展官网 http://weathernews.tech
帮助页面URL http://weathernews.tech/terms.php
隐私政策页面URL http://weathernews.tech/privacy.php
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pro Weather News",
    "short_name": "Pro Weather News",
    "description": "Get Pro Weather News in Your Location, Stay up to date with the latest storm warnings, weather news, and more!",
    "version": "1.2",
    "background": {
        "scripts": [
            "lib\/weatherevent.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "resources\/weather.png",
        "default_title": "Weather Update",
        "default_popup": "lib\/weatherpopup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/weathercontent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "activeTab",
        "geolocation",
        "https:\/\/maps.google.com\/*",
        "https:\/\/maps.googleapis.com\/*"
    ],
    "icons": {
        "16": "resources\/weathericon16-999.png",
        "48": "resources\/weathericon48-999.png",
        "128": "resources\/weathericon128-999.png"
    }
}