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