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)

Co je Steam inline listings?

Steam inline listings je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Steam inline listings

Stáhněte si soubory rozšíření Steam inline listings ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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)                    

Základní Informace o Rozšíření

Název Steam inline listings Steam inline listings
ID leljgoliocpdnnmjnpnajeiinlapifde
Oficiální URL https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde
Popis Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Velikost souboru 39.79 KB
Počet instalací 69
Aktuální Verze 1.0
Poslední Aktualizace 2014-01-27
Datum Vydání 2014-01-26
Hodnocení 1.00/5 Celkem 3 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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
}