UV Helper

UV Helper displays the UV index in your location.

O que é UV Helper?

UV Helper é uma extensão do Chrome desenvolvida por axelstensondev, e sua principal característica é "UV Helper displays the UV index in your location.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão UV Helper

Baixe arquivos de extensão UV Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
URL Oficial https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Descrição UV Helper displays the UV index in your location.
Tamanho do Arquivo 692 KB
Contagem de Instalações 23
Versão Atual 1.4
Última Atualização 2019-03-23
Data de Publicação 2019-03-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor axelstensondev
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/axellarsstenson/uv-buddy
Idiomas Suportados 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\/"
    ]
}