Steam Market Extended

View additional details about items such as candle graphs, indicator lines, and many more features!

Was ist Steam Market Extended?

Steam Market Extended ist eine Chrome-Erweiterung, die von http://skilledtra.de entwickelt wurde, und ihr Hauptmerkmal ist "View additional details about items such as candle graphs, indicator lines, and many more features!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Steam Market Extended-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam Market Extended-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        An extension of the steam market:

    View line and candlestick charts

    Generate SMA, EMA, RSI, and ATR lines

Demo: http://skilledtra.de/chartdemo

Donate: http://skilledtra.de/donate

Source: https://github.com/AcornEyes/SteamMarketExtender                    

Grundlegende Informationen zur Erweiterung

Name Steam Market Extended Steam Market Extended
ID djmpjhobbpaljlpbalflmbmamkflnpdf
Offizielle URL https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf
Beschreibung View additional details about items such as candle graphs, indicator lines, and many more features!
Dateigröße 160 KB
Installationsanzahl 3,000
Aktuelle Version 1.0.1
Letztes Update 2017-09-18
Veröffentlichungsdatum 2017-09-17
Bewertung 3.70/5 Insgesamt 10 Bewertungen
Entwickler http://skilledtra.de
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://skilledtra.de
Hilfeseite URL http://skilledtra.de
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Steam Market Extended",
    "description": "View additional details about items such as candle graphs, indicator lines, and many more features!",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "*:\/\/steamcommunity.com\/market\/listings\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/steamcommunity.com\/market\/listings\/*\/*"
            ],
            "css": [
                "css\/style.css",
                "css\/animate.min.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/highstock.js",
                "js\/modal.js",
                "js\/theme.js",
                "js\/indicators.js",
                "js\/ema.js",
                "js\/atr.js",
                "js\/rsi.js",
                "js\/sma.js",
                "js\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "web_accessible_resources": [
        "img\/closebt.svg"
    ]
}