WUTemp extension
View the active temperature of a Weather Underground Station
Vad är WUTemp extension?
WUTemp extension är en Chrome-tillägg utvecklad av Eryk.io, och dess huvudfunktion är "View the active temperature of a Weather Underground Station".
Tilläggsskärmbilder
Ladda ner WUTemp extension-förlängningens CRX-fil
Ladda ner WUTemp extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | baahcllkjamainfhhdimbnipdlaeappd |
| Officiell webbadress | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
| Beskrivning | View the active temperature of a Weather Underground Station |
| Filstorlek | 40.22 KB |
| Antal Installationer | 1,901 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2016-03-16 |
| Publiceringsdatum | 2016-03-16 |
| Betyg | 3.46/5 Totalt 35 Betyg |
| Utvecklare | Eryk.io |
| Betalningssätt | free |
| Tilläggswebbplats | https://eryk.io |
| Stödda Språk | 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"
]
} | |