WUTemp
This extension shows the temperature of a Weather Underground station
Τι είναι το WUTemp;
Το WUTemp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Engineered Musings, και η κύρια λειτουργία του είναι "This extension shows the temperature of a Weather Underground station".
Λήψη αρχείου CRX της επέκτασης WUTemp
Λήψη αρχείων επέκτασης WUTemp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| Επίσημο URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| Περιγραφή | This extension shows the temperature of a Weather Underground station |
| Μέγεθος Αρχείου | 19.71 KB |
| Αριθμός Εγκαταστάσεων | 48 |
| Τρέχουσα Έκδοση | 1.5 |
| Τελευταία Ενημέρωση | 2016-04-07 |
| Ημερομηνία Δημοσίευσης | 2016-04-07 |
| Αξιολόγηση | 3.00/5 Συνολικά 4 Αξιολογήσεις |
| Προγραμματιστής | Engineered Musings |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | http://engineeredmusings.com |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WUTemp",
"description": "This extension shows the temperature of a Weather Underground station",
"version": "1.5",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"http:\/\/stationdata.wunderground.com\/",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |