Crypto Prices (Binance)
Prices of crypto currencies from Binance.com
Qu'est-ce que Crypto Prices (Binance) ?
Crypto Prices (Binance) est une extension Chrome développée par passbbi, et sa fonction principale est "Prices of crypto currencies from Binance.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Crypto Prices (Binance)
Téléchargez les fichiers d'extension Crypto Prices (Binance) 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
Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.
Informations de Base sur l'Extension
Nom | |
ID | hjldnpiclhlaomebmfifoffocgabipje |
URL Officiel | https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje |
Description | Prices of crypto currencies from Binance.com |
Taille du Fichier | 24.28 KB |
Nombre d'Installations | 91 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2018-01-03 |
Date de Publication | 2018-01-03 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | passbbi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Crypto Prices (Binance)", "version": "1.2", "description": "Prices of crypto currencies from Binance.com", "homepage_url": "https:\/\/www.binance.com\/?ref=11267633", "icons": { "48": "icons\/addon-logo-48.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage", "tabs", "https:\/\/api.binance.com\/*", "webRequest" ], "browser_action": { "default_icon": "icons\/addon-logo-48.png", "default_title": "Crypto", "default_popup": "show_prices.html" } } |