Kraken Ticker
Add a ticker with your kraken information balance.
What is Kraken Ticker?
Kraken Ticker is a Chrome extension developed by https://tfeserver.fr, and its main feature is "Add a ticker with your kraken information balance.".
Extension Screenshots
Download Kraken Ticker Extension CRX File
Download Kraken Ticker 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
Display a ticker with the crypto currencies current value, amount owned, and % variation for the last 24 hours.
Extension Basic Information
Name | |
ID | mihjpkmcbbnjepkdcfblmebdgcceofde |
Official URL | https://chromewebstore.google.com/detail/kraken-ticker/mihjpkmcbbnjepkdcfblmebdgcceofde |
Description | Add a ticker with your kraken information balance. |
File Size | 104 KB |
Installation Count | 288 |
Current Version | 1.9 |
Last Updated | 2017-10-09 |
Publish Date | 2017-10-09 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://tfeserver.fr |
Payment Type | free |
Extension Website | http://tfeserver.be |
Help Page URL | http://tfeserver.be |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kraken Ticker", "version": "1.9", "description": "Add a ticker with your kraken information balance.", "icons": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "browser_action": { "default_icon": { "48": "icons\/kraken_48.png", "96": "icons\/kraken_96.png" }, "default_title": "Kraken ticker", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "options_ui": { "page": "options.html" }, "permissions": [ "storage", "*:\/\/api.kraken.com\/*", "alarms" ] } |