WUTemp extension
View the active temperature of a Weather Underground Station
Was ist WUTemp extension?
WUTemp extension ist eine Chrome-Erweiterung, die von Eryk.io entwickelt wurde, und ihr Hauptmerkmal ist "View the active temperature of a Weather Underground Station".
Erweiterungsscreenshots
WUTemp extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie WUTemp extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Chrome Extension to view the active temperature of a Weather Underground Station.
Features:
- Updates every 5 minutes
- Click on icon to view Station page at Weather Underground
- Options page to set Station ID, Celcius/Fahrenheit and refresh interval.
Updated v1.1:
- Change refresh interval on the Options page. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | baahcllkjamainfhhdimbnipdlaeappd |
| Offizielle URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
| Beschreibung | View the active temperature of a Weather Underground Station |
| Dateigröße | 40.22 KB |
| Installationsanzahl | 1,901 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2016-03-16 |
| Veröffentlichungsdatum | 2016-03-16 |
| Bewertung | 3.46/5 Insgesamt 35 Bewertungen |
| Entwickler | Eryk.io |
| Zahlungsart | free |
| Erweiterungswebsite | https://eryk.io |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WUTemp extension",
"version": "1.1",
"manifest_version": 2,
"description": "View the active temperature of a Weather Underground Station",
"options_page": "options.html",
"browser_action": {
"default_icon": "images\/icon.png"
},
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"background": {
"scripts": [
"jquery-2.1.3.min.js",
"background.js"
]
},
"permissions": [
"http:\/\/api.wunderground.com\/",
"storage"
]
} | |