UV Helper
UV Helper displays the UV index in your location.
UV Helperとは何ですか?
UV Helperはaxelstensondevによって開発されたChromeの拡張機能で、その主な機能は「UV Helper displays the UV index in your location.」です。
拡張機能のスクリーンショット
UV Helper拡張機能のCRXファイルをダウンロード
UV Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This lightweight extension will give you the current UV index in your location and display it as a badge with colors corresponding to the UV index severity categories. Good for people with sensitive skin, who are wondering whether they need to bring sunscreen to the BBQ, or who are trying to maximize their tanning time. This widget utilizes the UV Index API provided by the EPA.
拡張機能の基本情報
名前 | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
公式URL | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
説明 | UV Helper displays the UV index in your location. |
ファイルサイズ | 692 KB |
インストール数 | 23 |
現在のバージョン | 1.4 |
最終更新日 | 2019-03-23 |
公開日 | 2019-03-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | axelstensondev |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/axellarsstenson/uv-buddy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UV Helper", "short_name": "UV Helper", "description": "UV Helper displays the UV index in your location.", "manifest_version": 2, "version": "1.4", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/sun16.png", "32": "images\/sun32.png", "48": "images\/sun48.png", "128": "images\/sun128.png", "600": "images\/sun600.png" }, "icons": { "16": "images\/sun16.png", "32": "images\/sun32.png", "48": "images\/sun48.png", "128": "images\/sun128.png", "600": "images\/sun600.png" } }, "permissions": [ "geolocation", "https:\/\/iaspub.epa.gov\/" ] } |