WUTemp extension

View the active temperature of a Weather Underground Station

Qu'est-ce que WUTemp extension ?

WUTemp extension est une extension Chrome développée par Eryk.io, et sa fonction principale est "View the active temperature of a Weather Underground Station".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension WUTemp extension

Téléchargez les fichiers d'extension WUTemp extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WUTemp extension WUTemp extension
ID baahcllkjamainfhhdimbnipdlaeappd
URL Officiel https://chromewebstore.google.com/detail/wutemp-extension/baahcllkjamainfhhdimbnipdlaeappd
Description View the active temperature of a Weather Underground Station
Taille du Fichier 40.22 KB
Nombre d'Installations 1,901
Version Actuelle 1.1
Dernière Mise à Jour 2016-03-16
Date de Publication 2016-03-16
Évaluation 3.46/5 Total 35 Évaluations
Développeur Eryk.io
Type de Paiement free
Site Web de l'Extension https://eryk.io
Langues Prises en Charge 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"
    ]
}