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)

Qu'est-ce que Steam inline listings ?

Steam inline listings est une extension Chrome développée par Unknown, et sa fonction principale est "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Steam inline listings

Téléchargez les fichiers d'extension Steam inline listings au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom Steam inline listings Steam inline listings
ID leljgoliocpdnnmjnpnajeiinlapifde
URL Officiel https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde
Description Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)
Taille du Fichier 39.79 KB
Nombre d'Installations 69
Version Actuelle 1.0
Dernière Mise à Jour 2014-01-27
Date de Publication 2014-01-26
Évaluation 1.00/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}