Karaganda temperature
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Cos'è Karaganda temperature?
Karaganda temperature è un'estensione di Chrome sviluppata da vladislav.yevtushenko, e la sua funzione principale è "Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Karaganda temperature
Scarica i file di estensione Karaganda temperature in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz
Informazioni di Base sull'Estensione
Nome | |
ID | cdghnlkmcpklogckgicedkafjfgigfli |
URL Ufficiale | https://chrome.google.com/webstore/detail/karaganda-temperature/cdghnlkmcpklogckgicedkafjfgigfli |
Descrizione | Shows thermometer and temperature in Karaganda, Kazakhstan. Info from www.meteoclub.kz |
Dimensione del File | 40.85 KB |
Conteggio Installazioni | 20 |
Versione Corrente | 1.0.4.1 |
Ultimo Aggiornamento | 2016-11-14 |
Data di Pubblicazione | 2016-11-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | vladislav.yevtushenko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |