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
公式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
}