UV Helper
UV Helper displays the UV index in your location.
Apa itu UV Helper?
UV Helper adalah ekstensi Chrome yang dikembangkan oleh axelstensondev, dan fitur utamanya adalah "UV Helper displays the UV index in your location.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi UV Helper
Unduh file ekstensi UV Helper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | UV Helper |
ID | fphonfngiacmahididecggpnmncfhmli |
URL Resmi | https://chromewebstore.google.com/detail/uv-helper/fphonfngiacmahididecggpnmncfhmli |
Deskripsi | UV Helper displays the UV index in your location. |
Ukuran File | 692 KB |
Jumlah Instalasi | 23 |
Versi Saat Ini | 1.4 |
Terakhir Diperbarui | 2019-03-23 |
Tanggal Publikasi | 2019-03-23 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | axelstensondev |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/axellarsstenson/uv-buddy |
Bahasa yang Didukung | 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\/" ] } |