Karaganda temperature
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Co to jest Karaganda temperature?
Karaganda temperature to rozszerzenie Chrome opracowane przez vladislav.yevtushenko, a jego główną funkcją jest „Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Karaganda temperature
Pobierz pliki rozszerzeń Karaganda temperature 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
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cdghnlkmcpklogckgicedkafjfgigfli |
Oficjalny URL | https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli |
Opis | Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz |
Rozmiar pliku | 40.85 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.0.4.1 |
Ostatnia Aktualizacja | 2016-11-14 |
Data Publikacji | 2016-11-14 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | vladislav.yevtushenko |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Karaganda temperature", "manifest_version": 2, "version": "1.0.4.1", "description": "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz", "permissions": [ "tabs", "http:\/\/www.meteoclub.kz\/*", "background" ], "background": { "page": "html\/background.html", "persistent": true }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_title": "Karaganda temperature", "default_popup": "html\/popup.htm", "default_icon": "icons\/icon19.png" } } |