CEX.io Orders & Positions Lists
Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.
CEX.io Orders & Positions Listsとは何ですか?
CEX.io Orders & Positions ListsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display.」です。
拡張機能のスクリーンショット
CEX.io Orders & Positions Lists拡張機能のCRXファイルをダウンロード
CEX.io Orders & Positions Lists拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
CEX.io Orders & Positions brings UI improvements for your limit orders and margin trading positions table-lists:
* displays profit/loss summary info for all margin trading positions
* no scroll - view full table-list of your orders/positions
PRIVACY NOTE!
CEX.io Orders & Positions extension does not access, collect, process or use your confidential data! Only works with page HTML.
Feel free to contact me with any suggestions and propositions. 拡張機能の基本情報
| 名前 | |
| ID | pdmkajkkpbchgbihmkjimghkbbnoomhp |
| 公式URL | https://chromewebstore.google.com/detail/cexio-orders-positions-li/pdmkajkkpbchgbihmkjimghkbbnoomhp |
| 説明 | Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit/loss total display. |
| ファイルサイズ | 21.21 KB |
| インストール数 | 143 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2018-08-27 |
| 公開日 | 2018-08-27 |
| 評価 | 4.13/5 合計 8 レビュー |
| 開発者 | Unknown |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "CEX.io Orders & Positions Lists",
"short_name": "CEX Lists",
"description": "Limit orders and margin trading positions table-lists UI improvements: full list shown no need to scroll, profit\/loss total display.",
"version": "0.1.1",
"author": "Anton Lysenko",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"matches": [
"https:\/\/*.cex.io\/trade\/*"
],
"css": [
"orders.css"
],
"js": [
"total.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon-48.png"
},
"icons": {
"48": "icon-48.png",
"128": "icon-128.png"
}
} | |