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)
Hvad er Steam inline listings?
Steam inline listings er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".
Udvidelsesskærmbilleder
Download Steam inline listings-udvidelses-CRX-fil
Download Steam inline listings-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | Steam inline listings |
ID | leljgoliocpdnnmjnpnajeiinlapifde |
Officiel URL | https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde |
Beskrivelse | Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph) |
Filstørrelse | 39.79 KB |
Antal Installationer | 69 |
Nuværende Version | 1.0 |
Senest Opdateret | 2014-01-27 |
Udgivelsesdato | 2014-01-26 |
Bedømmelse | 1.00/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Understøttede Sprog | 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 } |