UV Helper

UV Helper displays the UV index in your location.

Hvad er UV Helper?

UV Helper er en Chrome-udvidelse udviklet af axelstensondev, og dens hovedfunktion er "UV Helper displays the UV index in your location.".

Udvidelsesskærmbilleder

screenshot

Download UV Helper-udvidelses-CRX-fil

Download UV Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
Officiel URL https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Beskrivelse UV Helper displays the UV index in your location.
Filstørrelse 692 KB
Antal Installationer 23
Nuværende Version 1.4
Senest Opdateret 2019-03-23
Udgivelsesdato 2019-03-23
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler axelstensondev
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/axellarsstenson/uv-buddy
Understøttede Sprog 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\/"
    ]
}