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)

Wat is Steam inline listings?

Steam inline listings is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Steam inline listings

Download Steam inline listings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Steam inline listings Steam inline listings
ID leljgoliocpdnnmjnpnajeiinlapifde
Officiële URL https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde
Beschrijving Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Bestandsgrootte 39.79 KB
Aantal Installaties 69
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-27
Publicatiedatum 2014-01-26
Beoordeling 1.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}