Steam Market Extended

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

Steam Market Extendedคืออะไร?

Steam Market Extended เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://skilledtra.de และคุณลักษณะหลักของมันคือ "View additional details about items such as candle graphs, indicator lines, and many more features!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Steam Market Extended

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
    ]
}