BitcoinCash (BCH) Price Ticker
This extension shows latest price ticker of popular BCH trading markets.
Wat is BitcoinCash (BCH) Price Ticker?
BitcoinCash (BCH) Price Ticker is een Chrome-extensie ontwikkeld door Taha, en de belangrijkste functie is "This extension shows latest price ticker of popular BCH trading markets.".
Extensie Screenshots
Download het CRX-bestand van de extensie BitcoinCash (BCH) Price Ticker
Download BitcoinCash (BCH) Price Ticker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple bitcoinCASH ticker, Shows BCH price from cryptocompare.com
Extension Features:
Control refresh time
display chart Basisinformatie over de Extensie
| Naam | |
| ID | kgjhgbkbobjkkhkfddbdmcppkaialoel |
| Officiële URL | https://chromewebstore.google.com/detail/bitcoincash-bch-price-tic/kgjhgbkbobjkkhkfddbdmcppkaialoel |
| Beschrijving | This extension shows latest price ticker of popular BCH trading markets. |
| Bestandsgrootte | 221 KB |
| Aantal Installaties | 202 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2020-03-11 |
| Publicatiedatum | 2020-03-10 |
| Beoordeling | 4.40/5 Totaal 10 Beoordelingen |
| Ontwikkelaar | Taha |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BitcoinCash (BCH) Price Ticker",
"description": "This extension shows latest price ticker of popular BCH trading markets.",
"version": "1.1.0",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"background": {
"persistent": true,
"page": "background.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/min-api.cryptocompare.com\/"
]
} | |