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
官方網址 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"
    }
}