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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة UV Helper
قم بتنزيل ملفات الامتداد UV Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
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\/" ] } |