UV Helper

UV Helper displays the UV index in your location.

Co to jest UV Helper?

UV Helper to rozszerzenie Chrome opracowane przez axelstensondev, a jego główną funkcją jest „UV Helper displays the UV index in your location.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia UV Helper

Pobierz pliki rozszerzeń UV Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
Oficjalny URL https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Opis UV Helper displays the UV index in your location.
Rozmiar pliku 692 KB
Liczba instalacji 23
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2019-03-23
Data Publikacji 2019-03-23
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper axelstensondev
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/axellarsstenson/uv-buddy
Obsługiwane Języki 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\/"
    ]
}