BTC Markets Ticker
Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
What is BTC Markets Ticker?
BTC Markets Ticker is a Chrome extension developed by sudosammy, and its main feature is "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".
Extension Screenshots
Download BTC Markets Ticker Extension CRX File
Download BTC Markets 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
Simple Chrome extension ticker that makes use of the BTC Markets API (https://www.btcmarkets.net/). Regularly updated to stay current with the coins offered by BTC Markets. State will persist between Chrome browsers that you're logged into. If it looks broken, press the delete key (or Fn+Delete on Mac) to refresh the extension.
Extension Basic Information
Name | BTC Markets Ticker |
ID | cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Official URL | https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Description | Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration. |
File Size | 20.94 KB |
Installation Count | 52 |
Current Version | 0.10 |
Last Updated | 2021-02-14 |
Publish Date | 2020-01-25 |
Rating | 5.00/5 Total 6 Ratings |
Developer | sudosammy |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sudosammy/BTCMarkets-Ticker |
Help Page URL | https://github.com/sudosammy/BTCMarkets-Ticker |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BTC Markets Ticker", "description": "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.", "version": "0.10", "browser_action": { "default_icon": "images\/icon16.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "storage", "https:\/\/*.btcmarkets.net\/" ] } |