WUTemp

This extension shows the temperature of a Weather Underground station

Co je WUTemp?

WUTemp je rozšíření Chrome vyvinuté Engineered Musings, a jeho hlavní funkcí je „This extension shows the temperature of a Weather Underground station“.

Stáhnout soubor CRX rozšíření WUTemp

Stáhněte si soubory rozšíření WUTemp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
Oficiální URL https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Popis This extension shows the temperature of a Weather Underground station
Velikost souboru 19.71 KB
Počet instalací 48
Aktuální Verze 1.5
Poslední Aktualizace 2016-04-07
Datum Vydání 2016-04-07
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář Engineered Musings
Typ Platby free
Webové stránky Rozšíření http://engineeredmusings.com
Podporované Jazyky 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
    }
}