GDAX Amplifier

Adds additional calculations and functionality to the GDAX trading view

Vad är GDAX Amplifier?

GDAX Amplifier är en Chrome-tillägg utvecklad av https://blockfreaks.com, och dess huvudfunktion är "Adds additional calculations and functionality to the GDAX trading view".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner GDAX Amplifier-förlängningens CRX-fil

Ladda ner GDAX Amplifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn GDAX Amplifier GDAX Amplifier
ID bhchiejkojgnpofajpaldnaphfcdmhdp
Officiell webbadress https://chromewebstore.google.com/detail/gdax-amplifier/bhchiejkojgnpofajpaldnaphfcdmhdp
Beskrivning Adds additional calculations and functionality to the GDAX trading view
Filstorlek 99.5 KB
Antal Installationer 67
Aktuell Version 0.0.3
Senast Uppdaterad 2018-03-20
Publiceringsdatum 2018-03-20
Betyg 3.14/5 Totalt 7 Betyg
Utvecklare https://blockfreaks.com
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}