WUTemp
This extension shows the temperature of a Weather Underground station
Co to jest WUTemp?
WUTemp to rozszerzenie Chrome opracowane przez Engineered Musings, a jego główną funkcją jest „This extension shows the temperature of a Weather Underground station”.
Pobierz plik CRX rozszerzenia WUTemp
Pobierz pliki rozszerzeń WUTemp w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension show the current temperature of a Weather Underground station as an icon next to the Omnibar. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | lepomagompeaddljdclflabddeoagdfc |
| Oficjalny URL | https://chromewebstore.google.com/detail/wutemp/lepomagompeaddljdclflabddeoagdfc |
| Opis | This extension shows the temperature of a Weather Underground station |
| Rozmiar pliku | 19.71 KB |
| Liczba instalacji | 48 |
| Aktualna Wersja | 1.5 |
| Ostatnia Aktualizacja | 2016-04-07 |
| Data Publikacji | 2016-04-07 |
| Ocena | 3.00/5 Łącznie 4 Oceny |
| Deweloper | Engineered Musings |
| Typ Płatności | free |
| Strona Rozszerzenia | http://engineeredmusings.com |
| Obsługiwane Języki | 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
}
} | |