Roblox Trade Enhancer
Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!
什么是Roblox Trade Enhancer?
Roblox Trade Enhancer是由leadJS开发的Chrome扩展程序,该扩展的主要功能是“Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!”。
扩展截图
下载Roblox Trade Enhancer扩展crx文件
下载Roblox Trade Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
To use Roblox Trade Enhancer, simply click on the RTE icon. It will prompt you what item you are searching for, and this is where you input the item name. It will then display to you the Value and Demand of the item after you enter it. RTE goes to into effect instantly after installation and will be ready for use.
扩展基本信息
名称 | Roblox Trade Enhancer |
ID | lhfjkdhahmelehfjhnbgopnghoeppjof |
官方URL | https://chromewebstore.google.com/detail/roblox-trade-enhancer/lhfjkdhahmelehfjhnbgopnghoeppjof |
简介 | Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search! |
文件大小 | 93.02 KB |
安装次数 | 4,804 |
当前版本 | 1.0.7 |
更新时间 | 2015-07-14 |
上架时间 | 2015-07-14 |
评分 | 2.68/5 共22次评分 |
开发者 | leadJS |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.js", "background.js" ] }, "browser_action": { "default_icon": "Icon.png" }, "description": "Ever gotten a trade and need to quickly know the values? Now you can! With RTE, simply click on the extension icon and search!", "homepage_url": "http:\/\/www.roblox.com\/User.aspx?ID=88194833", "icons": { "128": "Icon.png", "16": "Icon.png", "48": "Icon.png" }, "incognito": "split", "manifest_version": 2, "name": "Roblox Trade Enhancer", "permissions": [ "notifications", "unlimitedStorage" ], "short_name": "RTE", "version": "1.0.7", "web_accessible_resources": [ "Icon.png", "background.js", "jquery.js", "Icon.png" ] } |