UV Helper
UV Helper displays the UV index in your location.
What is UV Helper?
UV Helper is a Chrome extension developed by axelstensondev, and its main feature is "UV Helper displays the UV index in your location.".
Extension Screenshots
Download UV Helper Extension CRX File
Download UV Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
Official URL | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
Description | UV Helper displays the UV index in your location. |
File Size | 692 KB |
Installation Count | 23 |
Current Version | 1.4 |
Last Updated | 2019-03-23 |
Publish Date | 2019-03-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | axelstensondev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/axellarsstenson/uv-buddy |
Supported Languages | 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\/" ] } |