WUTemp
This extension shows the temperature of a Weather Underground station
WUTempとは何ですか?
WUTempはEngineered Musingsによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the temperature of a Weather Underground station」です。
WUTemp拡張機能のCRXファイルをダウンロード
WUTemp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. 拡張機能の基本情報
| 名前 | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| 公式URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| 説明 | This extension shows the temperature of a Weather Underground station |
| ファイルサイズ | 19.71 KB |
| インストール数 | 48 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2016-04-07 |
| 公開日 | 2016-04-07 |
| 評価 | 3.00/5 合計 4 レビュー |
| 開発者 | Engineered Musings |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://engineeredmusings.com |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WUTemp",
"description": "This extension shows the temperature of a Weather Underground station",
"version": "1.5",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/stationdata.wunderground.com\/",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |