UV Helper

UV Helper displays the UV index in your location.

¿Qué es UV Helper?

UV Helper es una extensión de Chrome desarrollada por axelstensondev, y su función principal es "UV Helper displays the UV index in your location.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión UV Helper

Descarga archivos de extensión UV Helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
URL Oficial https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Descripción UV Helper displays the UV index in your location.
Tamaño del Archivo 692 KB
Cantidad de Instalaciones 23
Versión Actual 1.4
Última Actualización 2019-03-23
Fecha de Publicación 2019-03-23
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador axelstensondev
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/axellarsstenson/uv-buddy
Idiomas Soportados 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\/"
    ]
}