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 拡張機能の基本情報
| 名前 | |
| ID | mimfincbphlfoohpgppnphclbbnbmofc |
| 公式URL | 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 |
| Eメール | [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\/*"
]
} | |