GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

什麼是GDAX Amplifier?

GDAX Amplifier是由https://blockfreaks.com開發的Chrome擴展程式,該擴展的主要功能是“Adds additional calculations and functionality to the GDAX trading view”。

擴展截圖

screenshot
screenshot

下載GDAX Amplifier擴展crx文件

下載GDAX Amplifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
官方網址 https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
簡介 Adds additional calculations and functionality to the GDAX trading view
檔案大小 99.5 KB
安裝次數 67
目前版本 0.0.3
更新時間 2018-03-20
上架時間 2018-03-20
評分 3.14/5 共 7 次評分
開發者 https://blockfreaks.com
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GDAX Amplifier",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Adds additional calculations and functionality to the GDAX trading view",
    "homepage_url": "https:\/\/blockfreaks.com\/",
    "icons": {
        "16": "icons\/candlestick16.png",
        "48": "icons\/candlestick48.png",
        "128": "icons\/candlestick128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "https:\/\/www.gdax.com\/trade\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/www.gdax.com\/trade\/ETH-USD",
                "https:\/\/www.gdax.com\/trade\/BTC-USD",
                "https:\/\/www.gdax.com\/trade\/LTC-USD"
            ],
            "js": [
                "src\/inject\/jquery-2.2.4.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}