UV Helper
UV Helper displays the UV index in your location.
UV Helper là gì?
UV Helper là một tiện ích mở rộng Chrome được phát triển bởi axelstensondev, và tính năng chính của nó là "UV Helper displays the UV index in your location.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng UV Helper
Tải xuống các tệp mở rộng UV Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
URL Chính Thức | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
Mô tả | UV Helper displays the UV index in your location. |
Kích Thước Tệp | 692 KB |
Số Lần Cài Đặt | 23 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-03-23 |
Ngày Phát Hành | 2019-03-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | axelstensondev |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/axellarsstenson/uv-buddy |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |