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文件

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

擴展使用說明

                        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
官方網址 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"
    ]
}