Weather forecast

Weather forecast for current city.

Weather forecastとは何ですか?

Weather forecastはnikolinadeveloperによって開発されたChromeの拡張機能で、その主な機能は「Weather forecast for current city.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Weather forecast provides real time forecast for Your current location. It is using Weather Underground forecast service and displays current temperature, wind, pressure and humidity. Also 7 days forecast is displayed with basic informations.

Key features:
- multiple location support
- current weather
- 7 days forecast
- global coverage

For any bugs and questions please sand email to [email protected].                    

拡張機能の基本情報

名前 Weather forecast Weather forecast
ID kccbhbehegopfhpmnmlnhkaidfiamepb
公式URL https://chrome.google.com/webstore/detail/weather-forecast/kccbhbehegopfhpmnmlnhkaidfiamepb
説明 Weather forecast for current city.
ファイルサイズ 29.06 KB
インストール数 981
現在のバージョン 0.0.0.1
最終更新日 2018-02-14
公開日 2018-02-14
評価 3.83/5 合計 12 レビュー
開発者 nikolinadeveloper
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather forecast",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Weather forecast for current city.",
    "background": {
        "scripts": [
            "src\/vremenska_prognoza\/vremenska_prognoza.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "img\/icon38.png"
        },
        "default_title": "Weather forecast",
        "default_popup": "src\/prognoza.html"
    },
    "icons": {
        "38": "img\/icon38.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}