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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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 |
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\/" ] } |