UV Helper
UV Helper displays the UV index in your location.
Wat is UV Helper?
UV Helper is een Chrome-extensie ontwikkeld door axelstensondev, en de belangrijkste functie is "UV Helper displays the UV index in your location.".
Extensie Screenshots
Download het CRX-bestand van de extensie UV Helper
Download UV Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
Officiële URL | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
Beschrijving | UV Helper displays the UV index in your location. |
Bestandsgrootte | 692 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2019-03-23 |
Publicatiedatum | 2019-03-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | axelstensondev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/axellarsstenson/uv-buddy |
Ondersteunde Talen | 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\/" ] } |