BTC Markets Ticker
Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.
Was ist BTC Markets Ticker?
BTC Markets Ticker ist eine Chrome-Erweiterung, die von sudosammy entwickelt wurde, und ihr Hauptmerkmal ist "Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration.".
Erweiterungsscreenshots
BTC Markets Ticker-Erweiterungs-CRX-Datei herunterladen
Laden Sie BTC Markets Ticker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | BTC Markets Ticker |
ID | cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Offizielle URL | https://chromewebstore.google.com/detail/btc-markets-ticker/cmjogmdkjjbhhlcfhabajdbdafdmhmdi |
Beschreibung | Quickly see how various cryptocurrency markets are performing in AUD. This extension does not require an API key or configuration. |
Dateigröße | 20.94 KB |
Installationsanzahl | 52 |
Aktuelle Version | 0.10 |
Letztes Update | 2021-02-14 |
Veröffentlichungsdatum | 2020-01-25 |
Bewertung | 5.00/5 Insgesamt 6 Bewertungen |
Entwickler | sudosammy |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/sudosammy/BTCMarkets-Ticker |
Hilfeseite URL | https://github.com/sudosammy/BTCMarkets-Ticker |
Unterstützte Sprachen | 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\/" ] } |