WUTemp extension
View the active temperature of a Weather Underground Station
Cos'è WUTemp extension?
WUTemp extension è un'estensione di Chrome sviluppata da Eryk.io, e la sua funzione principale è "View the active temperature of a Weather Underground Station".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WUTemp extension
Scarica i file di estensione WUTemp extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | baahcllkjamainfhhdimbnipdlaeappd |
| URL Ufficiale | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
| Descrizione | View the active temperature of a Weather Underground Station |
| Dimensione del File | 40.22 KB |
| Conteggio Installazioni | 1,901 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2016-03-16 |
| Data di Pubblicazione | 2016-03-16 |
| Valutazione | 3.46/5 Totale 35 Valutazioni |
| Sviluppatore | Eryk.io |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://eryk.io |
| Lingue Supportate | 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"
]
} | |