Steam Market Extended

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

Steam Market Extended क्या है?

Steam Market Extended http://skilledtra.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View additional details about items such as candle graphs, indicator lines, and many more features!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Steam Market Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Steam Market Extended Steam Market Extended
ID djmpjhobbpaljlpbalflmbmamkflnpdf
आधिकारिक URL https://chrome.google.com/webstore/detail/steam-market-extended/djmpjhobbpaljlpbalflmbmamkflnpdf
विवरण View additional details about items such as candle graphs, indicator lines, and many more features!
फ़ाइल का आकार 160 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2017-09-18
प्रकाशन तिथि 2017-09-17
रेटिंग 3.70/5 कुल 10 रेटिंग्स
डेवलपर http://skilledtra.de
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://skilledtra.de
सहायता पृष्ठ URL http://skilledtra.de
समर्थित भाषाएँ 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"
    ]
}