Weather Watcher

Access all of your weather alerts in one place instantly from your New Tab page.

Weather Watcherとは何ですか?

Weather Watcherはhttp://weatherwatch.zilliuns.comによって開発されたChromeの拡張機能で、その主な機能は「Access all of your weather alerts in one place instantly from your New Tab page.」です。

拡張機能のスクリーンショット

screenshot

Weather Watcher拡張機能のCRXファイルをダウンロード

Weather Watcher拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Disclaimer:
Please read carefully: By clicking the “Add to Chrome” button, you agree to install the Weather Watcher extension and set your new tab page to search.zilliuns.com/weather, while also accepting and agreeing to abide by the End User License Agreement  (http://weatherwatch.zilliuns.com/Terms) and Privacy Policy (http://weatherwatch.zilliuns.com/Privacy). Uninstall instructions can be found at http://weatherwatch.zilliuns.com/Uninstall                    

拡張機能の基本情報

名前 Weather Watcher Weather Watcher
ID fliiecjlibpgdomkobdfcibkldnmkfhc
公式URL https://chrome.google.com/webstore/detail/weather-watcher/fliiecjlibpgdomkobdfcibkldnmkfhc
説明 Access all of your weather alerts in one place instantly from your New Tab page.
ファイルサイズ 130 KB
インストール数 64
現在のバージョン 1.0.0.4
最終更新日 2018-10-18
公開日 2018-10-18
開発者 http://weatherwatch.zilliuns.com
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weather Watcher",
    "version": "1.0.0.4",
    "description": "Access all of your weather alerts in one place instantly from your New Tab page.",
    "icons": {
        "16": "16weatherwatch.jpg",
        "32": "32weatherwatch.jpg",
        "48": "48weatherwatch.jpg",
        "128": "128weatherwatch.jpg"
    },
    "browser_action": {
        "default_icon": "logo19.png"
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.zilliuns.com\/*"
        ]
    }
}