WUTemp

This extension shows the temperature of a Weather Underground station

Vad är WUTemp?

WUTemp är en Chrome-tillägg utvecklad av Engineered Musings, och dess huvudfunktion är "This extension shows the temperature of a Weather Underground station".

Ladda ner WUTemp-förlängningens CRX-fil

Ladda ner WUTemp-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn WUTemp WUTemp
ID lepomagompeaddljdclflabddeoagdfc
Officiell webbadress https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc
Beskrivning This extension shows the temperature of a Weather Underground station
Filstorlek 19.71 KB
Antal Installationer 48
Aktuell Version 1.5
Senast Uppdaterad 2016-04-07
Publiceringsdatum 2016-04-07
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare Engineered Musings
Betalningssätt free
Tilläggswebbplats http://engineeredmusings.com
Stödda Språk 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
    }
}