Bitcoin Today
Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders
什么是Bitcoin Today?
Bitcoin Today是由BitcoinToday开发的Chrome扩展程序,该扩展的主要功能是“Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders”。
扩展截图
下载Bitcoin Today扩展crx文件
下载Bitcoin Today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | ibfpieieeldafeeejhpknkjkigoembae |
官方URL | https://chrome.google.com/webstore/detail/ibfpieieeldafeeejhpknkjkigoembae |
简介 | Bitcoin Today Tools - Converter bitcoin to another coin. Helpers to traders |
文件大小 | 513 KB |
安装次数 | 60 |
当前版本 | 3.9.6 |
更新时间 | 2018-02-24 |
上架时间 | 2018-02-24 |
评分 | 4.75/5 共8次评分 |
开发者 | BitcoinToday |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } |