Better PathOfExile Trading

A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…

Better PathOfExile Trading란 무엇입니까?

Better PathOfExile Trading은(는) Exile Center에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Better PathOfExile Trading 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        A browser extension that enhances the pathofexile.com/trade experience.

Features:
- Bookmarks manager
- Equivalent pricing calculator (powered by poe.ninja)
- Searched mods highlighting
- Trade search history
- Tab title live search indicator
- Tab titles based on current trade                    

확장 프로그램 기본 정보

이름 Better PathOfExile Trading Better PathOfExile Trading
ID fhlinfpmdlijegjlpgedcmglkakaghnk
공식 URL https://chromewebstore.google.com/detail/better-pathofexile-tradin/fhlinfpmdlijegjlpgedcmglkakaghnk
설명 A browser extension that enhances the pathofexile.com/trade experience. Features: - Bookmarks manager - Equivalent pricing…
파일 크기 1.07 MB
설치 횟수 145,914
현재 버전 1.7.2
최근 업데이트 2023-09-19
출시 날짜 2020-06-15
평점 4.47/5 총 103 개의 평점
개발자 Exile Center
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/exile-center/better-trading
도움말 페이지 URL https://github.com/exile-center/better-trading/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.7.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.pathofexile.com\/trade*"
            ],
            "js": [
                "assets\/vendor.js",
                "assets\/better-trading.js"
            ],
            "css": [
                "assets\/vendor.css",
                "assets\/better-trading.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/poe.ninja\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/*"
            ],
            "matches": [
                "*:\/\/www.pathofexile.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "name": "Better PathOfExile Trading",
    "description": ""
}