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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View additional details about items such as candle graphs, indicator lines, and many more features!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Steam Market Extended 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}