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开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Steam inline listings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |