Add USD to Binance
Adds visual USD indicators for portfolio overview page in Binance
What is Add USD to Binance?
Add USD to Binance is a Chrome extension developed by capitalconverter, and its main feature is "Adds visual USD indicators for portfolio overview page in Binance".
Extension Screenshots
Download Add USD to Binance Extension CRX File
Download Add USD to Binance extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Push the extension button to convert total coin values and the per coin USD values Wait 5 minutes, push again for newly updated values! Eth Donations Welcome: 0x1a7b08ef131911c9da0d2d83d15e47da7b1a9591
Extension Basic Information
Name | Add USD to Binance |
ID | jnohlfddgmlbneghbhdcfkciajihfbik |
Official URL | https://chromewebstore.google.com/detail/add-usd-to-binance/jnohlfddgmlbneghbhdcfkciajihfbik |
Description | Adds visual USD indicators for portfolio overview page in Binance |
File Size | 3.74 KB |
Installation Count | 65 |
Current Version | 2.0.5 |
Last Updated | 2018-01-03 |
Publish Date | 2018-01-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | capitalconverter |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Add USD to Binance", "description": "Adds visual USD indicators for portfolio overview page in Binance", "version": "2.0.5", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Present USD" }, "manifest_version": 2 } |