Weather (forecast)

Best weather forecast extension for Chrome, simple and beautiful.

什麼是Weather (forecast)?

Weather (forecast)是由weart開發的Chrome擴展程式,該擴展的主要功能是“Best weather forecast extension for Chrome, simple and beautiful.”。

擴展截圖

screenshot

下載Weather (forecast)擴展crx文件

下載Weather (forecast)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Weather Forecast is simple just like Chrome. 

This is the best Weather extension, get hiperlocal weather data around the globe, includes America, Europe, Asia...

Powerful forecast features:
- 5 days forecast with 3 hours updates
- So main details (humidity, pressure, min-max temperature)
- Clean, Simple, Beautiful Design
- No setup needed.
- Support Fahrenheit, Celsius too.
- Uses the most professional Weather api for forecasts                    

擴展基本資訊

名稱 Weather (forecast) Weather (forecast)
ID nelgjakhbejcbdngpdljiffopgacbank
官方網址 https://chrome.google.com/webstore/detail/weather-forecast/nelgjakhbejcbdngpdljiffopgacbank
簡介 Best weather forecast extension for Chrome, simple and beautiful.
檔案大小 377 KB
安裝次數 1,000
目前版本 1.1.0
更新時間 2019-06-07
上架時間 2019-06-07
評分 3.70/5 共 10 次評分
開發者 weart
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Weather (forecast)",
    "version": "1.1.0",
    "description": "Best weather forecast extension for Chrome, simple and beautiful.",
    "manifest_version": 2,
    "permissions": [
        "https:\/\/api.openweathermap.org\/data\/2.5\/",
        "https:\/\/fonts.googleapis.com\/",
        "storage",
        "activeTab",
        "geolocation"
    ],
    "background": [],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/img\/icon-16.png",
            "32": "assets\/img\/icon-32.png",
            "128": "assets\/img\/icon-128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icon-16.png",
        "32": "assets\/img\/icon-32.png",
        "128": "assets\/img\/icon-128.png"
    }
}