Karaganda temperature
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Co je Karaganda temperature?
Karaganda temperature je rozšíření Chrome vyvinuté vladislav.yevtushenko, a jeho hlavní funkcí je „Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Karaganda temperature
Stáhněte si soubory rozšíření Karaganda temperature ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Základní Informace o Rozšíření
Název | |
ID | cdghnlkmcpklogckgicedkafjfgigfli |
Oficiální URL | https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli |
Popis | Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz |
Velikost souboru | 40.85 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0.4.1 |
Poslední Aktualizace | 2016-11-14 |
Datum Vydání | 2016-11-14 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | vladislav.yevtushenko |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |