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
Eメール [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"
    }
}