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)

Vad är Steam inline listings?

Steam inline listings är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Steam inline listings-förlängningens CRX-fil

Ladda ner Steam inline listings-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Steam inline listings Steam inline listings
ID leljgoliocpdnnmjnpnajeiinlapifde
Officiell webbadress https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde
Beskrivning Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Filstorlek 39.79 KB
Antal Installationer 69
Aktuell Version 1.0
Senast Uppdaterad 2014-01-27
Publiceringsdatum 2014-01-26
Betyg 1.00/5 Totalt 3 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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
}