WUTemp extension

View the active temperature of a Weather Underground Station

Co to jest WUTemp extension?

WUTemp extension to rozszerzenie Chrome opracowane przez Eryk.io, a jego główną funkcją jest „View the active temperature of a Weather Underground Station”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia WUTemp extension

Pobierz pliki rozszerzeń WUTemp extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
Oficjalny URL https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Opis View the active temperature of a Weather Underground Station
Rozmiar pliku 40.22 KB
Liczba instalacji 1,901
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2016-03-16
Data Publikacji 2016-03-16
Ocena 3.46/5 Łącznie 35 Oceny
Deweloper Eryk.io
Typ Płatności free
Strona Rozszerzenia https://eryk.io
Obsługiwane Języki 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"
    ]
}