UV Helper

UV Helper displays the UV index in your location.

什么是UV Helper?

UV Helper是由axelstensondev开发的Chrome扩展程序,该扩展的主要功能是“UV Helper displays the UV index in your location.”。

扩展截图

screenshot

下载UV Helper扩展crx文件

下载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\/"
    ]
}