Bitcoin Today
Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders
Qu'est-ce que Bitcoin Today ?
Bitcoin Today est une extension Chrome développée par BitcoinToday, et sa fonction principale est "Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bitcoin Today
Téléchargez les fichiers d'extension Bitcoin Today 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
See the live Bitcoin price. Convert amounts to or from USD/EUR/BRL and other currencies with this simple Bitcoin calculator. One of the most important tools for analyzing charts are the famous Fibonacci levels. Pretty much every trader uses them, and that’s probably the reason why they are so powerful. Fibonacci retracement levels are a tool which help in estimating possible trade entries or exits. Coins: Bitcoin, Bitcoin, Cash, Bitcoin, Gold, Cardano, Dash, Decred, Dogecoin, EOS, Ethereum, Ethereum Classic, IOTA, Lisk, Litecoin, Monero, NEM, NEO, OmiseGO, RaiBlocks, Ripple, TRON, Verge, Zcash, Verge, RailBlocks and many others.
Informations de Base sur l'Extension
Nom | |
ID | ibfpieieeldafeeejhpknkjkigoembae |
URL Officiel | https://chrome.google.com/webstore/detail/ibfpieieeldafeeejhpknkjkigoembae |
Description | Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders |
Taille du Fichier | 513 KB |
Nombre d'Installations | 60 |
Version Actuelle | 3.9.6 |
Dernière Mise à Jour | 2018-02-24 |
Date de Publication | 2018-02-24 |
Évaluation | 4.75/5 Total 8 Évaluations |
Développeur | BitcoinToday |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,es,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bitcoin Today", "description": "Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders", "default_locale": "en", "icons": { "72": ".\/icons\/icon-72x72.png", "96": ".\/icons\/icon-96x96.png", "192": ".\/icons\/icon-192x192.png" }, "browser_action": { "default_title": "Bitcoin Today", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "storage" ], "manifest_version": 2, "version": "3.9.6" } |