WUTemp extension
View the active temperature of a Weather Underground Station
WUTemp extensionとは何ですか?
WUTemp extensionはEryk.ioによって開発されたChromeの拡張機能で、その主な機能は「View the active temperature of a Weather Underground Station」です。
拡張機能のスクリーンショット
WUTemp extension拡張機能のCRXファイルをダウンロード
WUTemp extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Chrome Extension to view the active temperature of a Weather Underground Station. Features: - Updates every 5 minutes - Click on icon to view Station page at Weather Underground - Options page to set Station ID, Celcius/Fahrenheit and refresh interval. Updated v1.1: - Change refresh interval on the Options page.
拡張機能の基本情報
名前 | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
公式URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
説明 | View the active temperature of a Weather Underground Station |
ファイルサイズ | 40.22 KB |
インストール数 | 1,901 |
現在のバージョン | 1.1 |
最終更新日 | 2016-03-16 |
公開日 | 2016-03-16 |
評価 | 3.46/5 合計 35 レビュー |
開発者 | Eryk.io |
支払い方法 | free |
拡張機能のウェブサイト | https://eryk.io |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WUTemp extension", "version": "1.1", "manifest_version": 2, "description": "View the active temperature of a Weather Underground Station", "options_page": "options.html", "browser_action": { "default_icon": "images\/icon.png" }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "permissions": [ "http:\/\/api.wunderground.com\/", "storage" ] } |