Simple Bitcoin Ticker
This extension shows latest price ticker of popular BTC trading markets.
Qu'est-ce que Simple Bitcoin Ticker ?
Simple Bitcoin Ticker est une extension Chrome développée par ryaneof, et sa fonction principale est "This extension shows latest price ticker of popular BTC trading markets.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simple Bitcoin Ticker
Téléchargez les fichiers d'extension Simple Bitcoin Ticker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A simple Chrome Extension showing current Bitcoin price ticker. Supported BitCoin Markets: - 796 Xchange - Bitfinex - Bitstamp - BTC-E - BTC100 - BTCC - BTCTrade - CHBTC - Huobi - OKCoin - Yunbi
Informations de Base sur l'Extension
Nom | |
ID | jhbgelfndhaccioppbfadmjabloddnkg |
URL Officiel | https://chrome.google.com/webstore/detail/simple-bitcoin-ticker/jhbgelfndhaccioppbfadmjabloddnkg |
Description | This extension shows latest price ticker of popular BTC trading markets. |
Taille du Fichier | 85.94 KB |
Nombre d'Installations | 68 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2015-10-01 |
Date de Publication | 2015-10-01 |
Évaluation | 3.80/5 Total 5 Évaluations |
Développeur | ryaneof |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ryaneof/simple-bitcoin-ticker |
URL de la Page d'Aide | https://github.com/ryaneof/simple-bitcoin-ticker |
URL de la Page de Politique de Confidentialité | https://ryan.im |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Bitcoin Ticker", "description": "This extension shows latest price ticker of popular BTC trading markets.", "version": "0.0.2", "browser_action": { "default_icon": "images\/icon.png" }, "background": { "persistent": true, "page": "background.html" }, "options_page": "options.html", "permissions": [ "https:\/\/data.btcc.com\/", "https:\/\/www.bitstamp.net\/", "https:\/\/www.okcoin.cn\/", "http:\/\/api.chbtc.com\/", "https:\/\/btc-e.com\/", "http:\/\/market.huobi.com\/", "http:\/\/api.796.com\/", "http:\/\/www.btctrade.com\/", "https:\/\/www.btc100.com\/", "https:\/\/api.bitfinex.com\/", "https:\/\/yunbi.com\/" ] } |