The Krakendoger
Converts BTC/DOGE on Kraken.com to DOGE/BTC
What is The Krakendoger?
The Krakendoger is a Chrome extension developed by nckpnny, and its main feature is "Converts BTC/DOGE on Kraken.com to DOGE/BTC".
Extension Screenshots
Download The Krakendoger Extension CRX File
Download The Krakendoger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Converts BTC/DOGE on Kraken.com to DOGE/BTC
Extension Basic Information
Name | The Krakendoger |
ID | lnmmdphgnehnhjdmobmhigipbdkkmbmi |
Official URL | https://chromewebstore.google.com/detail/the-krakendoger/lnmmdphgnehnhjdmobmhigipbdkkmbmi |
Description | Converts BTC/DOGE on Kraken.com to DOGE/BTC |
File Size | 57.24 KB |
Installation Count | 99 |
Current Version | 1.0.2 |
Last Updated | 2014-03-13 |
Publish Date | 2014-03-12 |
Rating | 5.00/5 Total 2 Ratings |
Developer | nckpnny |
Payment Type | free |
Supported Languages | 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 } ] } |