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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}