WUTemp extension
View the active temperature of a Weather Underground Station
Hvad er WUTemp extension?
WUTemp extension er en Chrome-udvidelse udviklet af Eryk.io, og dens hovedfunktion er "View the active temperature of a Weather Underground Station".
Udvidelsesskærmbilleder
Download WUTemp extension-udvidelses-CRX-fil
Download WUTemp extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
Officiel URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
Beskrivelse | View the active temperature of a Weather Underground Station |
Filstørrelse | 40.22 KB |
Antal Installationer | 1,901 |
Nuværende Version | 1.1 |
Senest Opdateret | 2016-03-16 |
Udgivelsesdato | 2016-03-16 |
Bedømmelse | 3.46/5 Samlet 35 Bedømmelser |
Udvikler | Eryk.io |
Betalingsmetode | free |
Udvidelseswebsted | https://eryk.io |
Understøttede Sprog | 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" ] } |