WUTemp extension

View the active temperature of a Weather Underground Station

Wat is WUTemp extension?

WUTemp extension is een Chrome-extensie ontwikkeld door Eryk.io, en de belangrijkste functie is "View the active temperature of a Weather Underground Station".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie WUTemp extension

Download WUTemp extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
Officiële URL https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Beschrijving View the active temperature of a Weather Underground Station
Bestandsgrootte 40.22 KB
Aantal Installaties 1,901
Huidige Versie 1.1
Laatst Bijgewerkt 2016-03-16
Publicatiedatum 2016-03-16
Beoordeling 3.46/5 Totaal 35 Beoordelingen
Ontwikkelaar Eryk.io
Betalingswijze free
Extensiewebsite https://eryk.io
Ondersteunde Talen 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"
    ]
}