Simple Weather

Check the weather. Clean. Simple. Nice.

什麼是Simple Weather?

Simple Weather是由Glatek開發的Chrome擴展程式,該擴展的主要功能是“Check the weather. Clean. Simple. Nice.”。

擴展截圖

screenshot
screenshot
screenshot

下載Simple Weather擴展crx文件

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

擴展使用說明

                        Use this extension to check the weather quickly.

In the settings you can set your location and change between C or F for temperature.

Changelog:
2016-04-10: Removed forecasts for coming days. Added YR.no API since Google discontinued their API, therefore no coming forecasts yet. Sorry.
2012-06-16: Added forecasts for coming days, improved settings page.                    

擴展基本資訊

名稱 Simple Weather Simple Weather
ID goemhmfldgehhkfajfacjnenahfffkfe
官方網址 https://chromewebstore.google.com/detail/simple-weather/goemhmfldgehhkfajfacjnenahfffkfe
簡介 Check the weather. Clean. Simple. Nice.
檔案大小 251 KB
安裝次數 184
目前版本 3.0.2
更新時間 2016-04-10
上架時間 2016-04-09
評分 3.50/5 共 4 次評分
開發者 Glatek
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "browser_action": {
        "default_icon": "48.png",
        "default_popup": "popup.html",
        "default_title": "Weather"
    },
    "description": "Check the weather. Clean. Simple. Nice.",
    "icons": {
        "128": "128.png",
        "16": "16.png",
        "48": "48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC7csNIXwVy3RjN61N\/R8NESHgFovLksD8m+MSaS8w7KPGJQ3omvHBRJgKLDdVYalOTAvOpZgRuOEVv0SJXnQMrnMObiSHmIbZsWWvfyGlskns\/tjMnAEfFLx98ecizvgYwZ1uFiv4pRRMjrJHYMr\/CVLsf1iBsupTXb9q8U9191wIDAQAB",
    "manifest_version": 2,
    "name": "Simple Weather",
    "options_page": "settings.html",
    "permissions": [
        "",
        "notifications"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.0.2"
}