Local Weather (Current Conditions)
Presents weather based on your current location, or you can update by entering new location/zip etc.
Local Weather (Current Conditions)とは何ですか?
Local Weather (Current Conditions)はmohimanによって開発されたChromeの拡張機能で、その主な機能は「Presents weather based on your current location, or you can update by entering new location/zip etc.」です。
拡張機能のスクリーンショット
Local Weather (Current Conditions)拡張機能のCRXファイルをダウンロード
Local Weather (Current Conditions)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | kobanmpgpihdneoociggikppoblinmol |
| 公式URL | https://chromewebstore.google.com/detail/local-weather-current-con/kobanmpgpihdneoociggikppoblinmol |
| 説明 | Presents weather based on your current location, or you can update by entering new location/zip etc. |
| ファイルサイズ | 1.16 MB |
| インストール数 | 16 |
| 現在のバージョン | 2.25 |
| 最終更新日 | 2016-07-22 |
| 公開日 | 2016-07-21 |
| 評価 | 3.00/5 合計 2 レビュー |
| 開発者 | mohiman |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Local Weather (Current Conditions)",
"description": "Presents weather based on your current location, or you can update by entering new location\/zip etc.",
"version": "2.25",
"browser_action": {
"default_icon": "weather.png",
"default_title": "Current Weather",
"default_popup": "Mohit-Extension.html"
},
"icons": {
"16": "weatherMain1.png",
"48": "weatherMain2.png",
"128": "weatherMain3.png"
},
"permissions": [
"activeTab",
"geolocation",
"http:\/\/api.openweathermap.org\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |