UV Helper
UV Helper displays the UV index in your location.
Qu'est-ce que UV Helper ?
UV Helper est une extension Chrome développée par axelstensondev, et sa fonction principale est "UV Helper displays the UV index in your location.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension UV Helper
Téléchargez les fichiers d'extension UV Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
URL Officiel | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
Description | UV Helper displays the UV index in your location. |
Taille du Fichier | 692 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.4 |
Dernière Mise à Jour | 2019-03-23 |
Date de Publication | 2019-03-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | axelstensondev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/axellarsstenson/uv-buddy |
Langues Prises en Charge | 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\/" ] } |