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
官方網址 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\/"
    ]
}