WUTemp
This extension shows the temperature of a Weather Underground station
Wat is WUTemp?
WUTemp is een Chrome-extensie ontwikkeld door Engineered Musings, en de belangrijkste functie is "This extension shows the temperature of a Weather Underground station".
Download het CRX-bestand van de extensie WUTemp
Download WUTemp-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
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. Basisinformatie over de Extensie
| Naam | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| Officiële URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| Beschrijving | This extension shows the temperature of a Weather Underground station |
| Bestandsgrootte | 19.71 KB |
| Aantal Installaties | 48 |
| Huidige Versie | 1.5 |
| Laatst Bijgewerkt | 2016-04-07 |
| Publicatiedatum | 2016-04-07 |
| Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | Engineered Musings |
| Betalingswijze | free |
| Extensiewebsite | http://engineeredmusings.com |
| Ondersteunde Talen | 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
}
} | |