UV Helper

UV Helper displays the UV index in your location.

Was ist UV Helper?

UV Helper ist eine Chrome-Erweiterung, die von axelstensondev entwickelt wurde, und ihr Hauptmerkmal ist "UV Helper displays the UV index in your location.".

Erweiterungsscreenshots

screenshot

UV Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie UV Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
Offizielle URL https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Beschreibung UV Helper displays the UV index in your location.
Dateigröße 692 KB
Installationsanzahl 23
Aktuelle Version 1.4
Letztes Update 2019-03-23
Veröffentlichungsdatum 2019-03-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler axelstensondev
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/axellarsstenson/uv-buddy
Unterstützte Sprachen 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\/"
    ]
}