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!"입니다.

확장 프로그램 스크린샷

screenshot

Roblox Trade Enhancer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}