Trade Shortcuts
Make cryptocurrency trading Fast and efficient with Shortcuts
Trade Shortcutsとは何ですか?
Trade Shortcutsはtradeshortcuts2022によって開発されたChromeの拡張機能で、その主な機能は「Make cryptocurrency trading Fast and efficient with Shortcuts」です。
拡張機能のスクリーンショット
Trade Shortcuts拡張機能のCRXファイルをダウンロード
Trade Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Trade shortcuts are chrome extension that help you make fast and efficient trading through shortcuts within cryptocurrency exchanges.
==Supported Exchanges==
- binance
- bybit
- bitget
==Features== 
-  Move tabs
-  Buy/Long , Sell/Short
-  Limit order
-  Market order
-  Close position(futures)
-  Cancel open order
-  Set k-line interval
shortcuts on binance, shortcuts on bybit, shortcuts on bitget                     拡張機能の基本情報
| 名前 |   |  
| ID | jfolfgmjmpofnkgnaibjfdadokbcbngf | 
| 公式URL | https://chromewebstore.google.com/detail/trade-shortcuts/jfolfgmjmpofnkgnaibjfdadokbcbngf | 
| 説明 | Make cryptocurrency trading Fast and efficient with Shortcuts | 
| ファイルサイズ | 53.43 KB | 
| インストール数 | 130 | 
| 現在のバージョン | 1.0.3 | 
| 最終更新日 | 2022-11-18 | 
| 公開日 | 2022-08-03 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | tradeshortcuts2022 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | en,ko | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDescription__",
    "version": "1.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/img\/16.png",
            "32": "\/img\/32.png",
            "48": "\/img\/48.png",
            "128": "\/img\/128.png"
        }
    },
    "icons": {
        "16": "\/img\/16.png",
        "32": "\/img\/32.png",
        "48": "\/img\/48.png",
        "128": "\/img\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.bitget.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bitget.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.binance.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/binance.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/testnet.binancefuture.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/binance.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/www.bybit.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bybit.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "https:\/\/testnet.bybit.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "js\/bybit.js"
            ],
            "all_frames": true
        }
    ]
}  |  |