UV Helper

UV Helper displays the UV index in your location.

Что такое UV Helper?

UV Helper - это расширение Chrome, разработанное axelstensondev, и его основная функция - "UV Helper displays the UV index in your location.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения UV Helper

Скачайте файлы расширений UV Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название UV Helper UV Helper
ID fphonfngiacmahididecggpnmncfhmli
Официальный URL https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli
Описание UV Helper displays the UV index in your location.
Размер файла 692 KB
Количество установок 23
Текущая Версия 1.4
Последнее Обновление 2019-03-23
Дата публикации 2019-03-23
Рейтинг 5.00/5 Всего 1 оценок
Разработчик axelstensondev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/axellarsstenson/uv-buddy
Поддерживаемые языки 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\/"
    ]
}