Steam inline listings

Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)

Steam inline listingsคืออะไร?

Steam inline listings เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)"

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Steam inline listings ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fine tune your steam item price by looking at actual listings and not at the cluttered graph of past sales (you can switch back to graph at any time)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Steam inline listings Steam inline listings
ID leljgoliocpdnnmjnpnajeiinlapifde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde
คำอธิบาย Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
ขนาดไฟล์ 39.79 KB
จำนวนการติดตั้ง 69
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-01-27
วันที่เผยแพร่ 2014-01-26
คะแนน 1.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam inline listings",
    "description": "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "http:\/\/steamcommunity.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "jquery-2.0.3.min.js",
        "jquery-2.0.3.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/id\/*\/inventory\/*"
            ],
            "js": [
                "jquery-2.0.3.min.js",
                "stuff.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "manifest_version": 2
}