WUTemp

This extension shows the temperature of a Weather Underground station

Hvad er WUTemp?

WUTemp er en Chrome-udvidelse udviklet af Engineered Musings, og dens hovedfunktion er "This extension shows the temperature of a Weather Underground station".

Download WUTemp-udvidelses-CRX-fil

Download WUTemp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
Officiel URL https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Beskrivelse This extension shows the temperature of a Weather Underground station
Filstørrelse 19.71 KB
Antal Installationer 48
Nuværende Version 1.5
Senest Opdateret 2016-04-07
Udgivelsesdato 2016-04-07
Bedømmelse 3.00/5 Samlet 4 Bedømmelser
Udvikler Engineered Musings
Betalingsmetode free
Udvidelseswebsted http://engineeredmusings.com
Understøttede Sprog 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
    }
}