WUTemp

This extension shows the temperature of a Weather Underground station

Qu'est-ce que WUTemp ?

WUTemp est une extension Chrome développée par Engineered Musings, et sa fonction principale est "This extension shows the temperature of a Weather Underground station".

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

Téléchargez les fichiers d'extension WUTemp 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

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

Informations de Base sur l'Extension

Nom WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
URL Officiel https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Description This extension shows the temperature of a Weather Underground station
Taille du Fichier 19.71 KB
Nombre d'Installations 48
Version Actuelle 1.5
Dernière Mise à Jour 2016-04-07
Date de Publication 2016-04-07
Évaluation 3.00/5 Total 4 Évaluations
Développeur Engineered Musings
Type de Paiement free
Site Web de l'Extension http://engineeredmusings.com
Langues Prises en Charge 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
    }
}