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是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“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

下載Steam inline listings擴展crx文件

下載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
官方網址 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
}