Binance Valuations
Finds values of individual wallets inside binance!
什麼是Binance Valuations?
Binance Valuations是由Cody Neiman開發的Chrome擴展程式,該擴展的主要功能是“Finds values of individual wallets inside binance!”。
擴展截圖
下載Binance Valuations擴展crx文件
下載Binance Valuations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**Discontinued as this became an official feature of Binance in March 2018** *NOT AFFILIATED WITH "Binance.com" IN ANY WAY, USE AT YOUR OWN RISK Adds value of each wallet in Binance (under deposits and withdraws) after clicking on the chrome extension icon. Most recent releases: v0.4.0 86% Faster! v0.3.2 Value of each coin now displayed v0.3.1 Less API calls and formatting bug fixed v0.3.0 Improved formatting, links, and easier to read code Fully Open Source! https://github.com/Matrix-Guy/binance-valuations You probably shouldn't trust anything like this that is closed source, which is why you can view the code on github! That being said, the creator(s) of this chrome extension assume NO responsibility for any damages caused by this extension and as such can not be held liable for any problems related to or caused by this extension! Please post any bugs or suggestions to the github page!
擴展基本資訊
名稱 | Binance Valuations |
ID | gigeklhepgkfmglclnonjblcchoalpda |
官方網址 | https://chromewebstore.google.com/detail/binance-valuations/gigeklhepgkfmglclnonjblcchoalpda |
簡介 | Finds values of individual wallets inside binance! |
檔案大小 | 336 KB |
安裝次數 | 90 |
目前版本 | 0.4.0 |
更新時間 | 2018-04-13 |
上架時間 | 2018-04-13 |
評分 | 3.00/5 共 10 次評分 |
開發者 | Cody Neiman |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/Matrix-Guy/binance-valuations |
說明頁面URL | https://github.com/Matrix-Guy/binance-valuations/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binance Valuations", "version": "0.4.0", "description": "Finds values of individual wallets inside binance!", "browser_action": { "default_icon": "img\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "contextMenus" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" } } |