The Krakendoger
Converts BTC/DOGE on Kraken.com to DOGE/BTC
Cos'è The Krakendoger?
The Krakendoger è un'estensione di Chrome sviluppata da nckpnny, e la sua funzione principale è "Converts BTC/DOGE on Kraken.com to DOGE/BTC".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione The Krakendoger
Scarica i file di estensione The Krakendoger 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
Converts BTC/DOGE on Kraken.com to DOGE/BTC
Informazioni di Base sull'Estensione
Nome | The Krakendoger |
ID | lnmmdphgnehnhjdmobmhigipbdkkmbmi |
URL Ufficiale | https://chromewebstore.google.com/detail/the-krakendoger/lnmmdphgnehnhjdmobmhigipbdkkmbmi |
Descrizione | Converts BTC/DOGE on Kraken.com to DOGE/BTC |
Dimensione del File | 57.24 KB |
Conteggio Installazioni | 99 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2014-03-13 |
Data di Pubblicazione | 2014-03-12 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | nckpnny |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Krakendoger", "version": "1.0.2", "description": "Converts BTC\/DOGE on Kraken.com to DOGE\/BTC", "author": "Nick Penney", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.kraken.com\/*" ], "js": [ "\/js\/jquery.js", "\/js\/converter.js" ], "run_at": "document_start", "all_frames": true } ] } |