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)
Steam inline listings क्या है?
Steam inline listings Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam inline listings एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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)
एक्सटेंशन की मूल जानकारी
नाम | Steam inline listings |
ID | leljgoliocpdnnmjnpnajeiinlapifde |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-inline-listings/leljgoliocpdnnmjnpnajeiinlapifde |
विवरण | Fine tune your steam item price by looking at actual listings and not at the cluttered graph (you can switch back to graph) |
फ़ाइल का आकार | 39.79 KB |
स्थापना संख्या | 69 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-01-27 |
प्रकाशन तिथि | 2014-01-26 |
रेटिंग | 1.00/5 कुल 3 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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 } |