Trading Profit %
This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.
什麼是Trading Profit %?
Trading Profit %是由J@GC APPS開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market.”。
擴展截圖
下載Trading Profit %擴展crx文件
下載Trading Profit %擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension allows the user to show the profit percentage in real time when trading in the Bittrex or Poloniex coin market. Note: All processing is done client side - no servers involved, and your privacy is 100% intact. If you like this tool, any donations are accepted :)
擴展基本資訊
名稱 | Trading Profit % |
ID | onlnbjchpccnckejnclhaedhlhnkcdbf |
官方網址 | https://chromewebstore.google.com/detail/trading-profit-%25/onlnbjchpccnckejnclhaedhlhnkcdbf |
簡介 | This extension allows the user to show the trading percentage profit in the Bittrex or Poloniex coin market. |
檔案大小 | 31.09 KB |
安裝次數 | 127 |
目前版本 | 1.4 |
更新時間 | 2018-07-25 |
上架時間 | 2018-07-24 |
評分 | 4.25/5 共 4 次評分 |
開發者 | J@GC APPS |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.4", "default_locale": "en", "icons": { "48": "icons\/border-48.png" }, "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage", "http:\/\/*\/" ] } |