Forecast.io Weather
Simple, accurate weather forecast.
什麼是Forecast.io Weather?
Forecast.io Weather是由https://sites.google.com/site/haroldmartin開發的Chrome擴展程式,該擴展的主要功能是“Simple, accurate weather forecast.”。
擴展截圖
下載Forecast.io Weather擴展crx文件
下載Forecast.io Weather擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* Fast weekly weather forecast in popup. * Icon shows sunrise/sunset countdown. * If you want to know the current temperature, go outside. * Latest version fixes Celsius / Fahrenheit switching bug. Courtesy of http://Forecast.io https://github.com/hbmartin/chrome-forecast
擴展基本資訊
名稱 | Forecast.io Weather |
ID | mimfincbphlfoohpgppnphclbbnbmofc |
官方網址 | https://chromewebstore.google.com/detail/forecastio-weather/mimfincbphlfoohpgppnphclbbnbmofc |
簡介 | Simple, accurate weather forecast. |
檔案大小 | 63.45 KB |
安裝次數 | 240 |
目前版本 | 2.2.1 |
更新時間 | 2015-04-15 |
上架時間 | 2015-04-14 |
評分 | 2.61/5 共 18 次評分 |
開發者 | https://sites.google.com/site/haroldmartin |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://forecast.io |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Forecast.io Weather", "version": "2.2.1", "description": "Simple, accurate weather forecast.", "icons": { "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "scripts": [ "sun\/Time.js", "sun\/JulianDay.js", "sun\/SolarPosition.js", "background.js" ], "persistent": false }, "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "Forecast.io", "default_popup": "popup.html" }, "manifest_version": 2, "permissions": [ "alarms", "storage", "geolocation", "*:\/\/*.forecast.io\/*", "*:\/\/*.github.com\/hbmartin\/zip-code-json\/*" ] } |