WUTemp

This extension shows the temperature of a Weather Underground station

Cos'è WUTemp?

WUTemp è un'estensione di Chrome sviluppata da Engineered Musings, e la sua funzione principale è "This extension shows the temperature of a Weather Underground station".

Scarica il file CRX dell'estensione WUTemp

Scarica i file di estensione WUTemp 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

                        This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar.                    

Informazioni di Base sull'Estensione

Nome WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Ufficiale https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Descrizione This extension shows the temperature of a Weather Underground station
Dimensione del File 19.71 KB
Conteggio Installazioni 48
Versione Corrente 1.5
Ultimo Aggiornamento 2016-04-07
Data di Pubblicazione 2016-04-07
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore Engineered Musings
Tipo di Pagamento free
Sito Web dell'Estensione http://engineeredmusings.com
Lingue Supportate 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
    }
}