WUTemp extension
View the active temperature of a Weather Underground Station
Co je WUTemp extension?
WUTemp extension je rozšíření Chrome vyvinuté Eryk.io, a jeho hlavní funkcí je „View the active temperature of a Weather Underground Station“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření WUTemp extension
Stáhněte si soubory rozšíření WUTemp extension 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í
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.
Základní Informace o Rozšíření
Název | WUTemp extension |
ID | baahcllkjamainfhhdimbnipdlaeappd |
Oficiální URL | https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd |
Popis | View the active temperature of a Weather Underground Station |
Velikost souboru | 40.22 KB |
Počet instalací | 1,901 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2016-03-16 |
Datum Vydání | 2016-03-16 |
Hodnocení | 3.46/5 Celkem 35 Hodnocení |
Vývojář | Eryk.io |
Typ Platby | free |
Webové stránky Rozšíření | https://eryk.io |
Podporované Jazyky | 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" ] } |