60 minute forecast
Hyper local 60 minute precipitation forecast
60 minute forecastとは何ですか?
60 minute forecastはJG Mediaによって開発されたChromeの拡張機能で、その主な機能は「Hyper local 60 minute precipitation forecast」です。
拡張機能のスクリーンショット
60 minute forecast拡張機能のCRXファイルをダウンロード
60 minute forecast拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Click the icon, you are geolocated, and a local 60 minute precipitation forecast is shown. Great if you're planning a trip to the shops, a bike ride, or any outdoor activity!
FEATURES:
- 60 minute local precipitation forecast
- Precipitation probability and intensity
- Data is refreshed once an hour
- All types of precipitation are forecast - from rain to snow
- Ultra efficient code - won't slow your browser
PLEASE NOTE:
- Supported regions include USA, UK and Canada 拡張機能の基本情報
| 名前 | |
| ID | eobjmfcodejjhicdhapflilpnohcagka |
| 公式URL | https://chromewebstore.google.com/detail/60-minute-forecast/eobjmfcodejjhicdhapflilpnohcagka |
| 説明 | Hyper local 60 minute precipitation forecast |
| ファイルサイズ | 83.44 KB |
| インストール数 | 15 |
| 現在のバージョン | 0.0.2.0 |
| 最終更新日 | 2016-01-08 |
| 公開日 | 2016-01-08 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | JG Media |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "60 minute forecast",
"description": "Hyper local 60 minute precipitation forecast",
"version": "0.0.2.0",
"background": {
"scripts": [
"background.min.js"
]
},
"manifest_version": 2,
"options_page": "options.html",
"icons": {
"128": "icon128manifest.png",
"48": "icon48manifest.png",
"32": "icon32manifest.png",
"16": "icon16manifest.png"
},
"permissions": [
"storage",
"unlimitedStorage",
"geolocation",
"alarms"
],
"browser_action": {
"default_icon": "icon32manifest.png",
"default_popup": "popup.html",
"default_title": "Rain?"
},
"content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/api.forecast.io; object-src 'self'"
} | |