UV Helper

UV Helper displays the UV index in your location.

Cos'è UV Helper?

UV Helper è un'estensione di Chrome sviluppata da axelstensondev, e la sua funzione principale è "UV Helper displays the UV index in your location.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione UV Helper

Scarica i file di estensione UV Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
URL Ufficiale https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Descrizione UV Helper displays the UV index in your location.
Dimensione del File 692 KB
Conteggio Installazioni 23
Versione Corrente 1.4
Ultimo Aggiornamento 2019-03-23
Data di Pubblicazione 2019-03-23
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore axelstensondev
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/axellarsstenson/uv-buddy
Lingue Supportate 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\/"
    ]
}