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)
What is Steam inline listings?
Steam inline listings is a Chrome extension developed by Unknown, and its main feature is "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)".
Extension Screenshots
Download Steam inline listings Extension CRX File
Download Steam inline listings extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Steam inline listings |
ID | leljgoliocpdnnmjnpnajeiinlapifde |
Official URL | 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) |
File Size | 39.79 KB |
Installation Count | 69 |
Current Version | 1.0 |
Last Updated | 2014-01-27 |
Publish Date | 2014-01-26 |
Rating | 1.00/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } |