PoE Wiki Trade Link

Adds a link to every PoEWiki page to the trade site for that item.

PoE Wiki Trade Link란 무엇입니까?

PoE Wiki Trade Link은(는) rochovian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a link to every PoEWiki page to the trade site for that item."입니다.

확장 프로그램 스크린샷

screenshot

PoE Wiki Trade Link 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This Chrome extension adds a button to the Path of Exile (PoE) Wiki page to quickly open a PoE trade search page for a specific item. It allows you to seamlessly transition from researching an item on the PoE Wiki to finding it on the PoE trade platform.

Usage
Install the extension in your Chrome browser.
Visit a PoE Wiki page that displays an item you want to find.
Click the "Trade" button added by the extension.
A new tab will open with the PoE trade search results for the item.

FAQ
Is there a Firefox version?
A Firefox version has been submitted for review.

License
This project is licensed under the MIT License - see the LICENSE file for details.                    

확장 프로그램 기본 정보

이름 PoE Wiki Trade Link PoE Wiki Trade Link
ID nfgiigabbcilbognngigjadcmchfejfc
공식 URL https://chromewebstore.google.com/detail/poe-wiki-trade-link/nfgiigabbcilbognngigjadcmchfejfc
설명 Adds a link to every PoEWiki page to the trade site for that item.
파일 크기 5.95 KB
설치 횟수 150
현재 버전 0.5
최근 업데이트 2023-10-14
출시 날짜 2023-10-09
평점 5.00/5 총 1 개의 평점
개발자 rochovian
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PoE Wiki Trade Link",
    "description": "Adds a link to every PoEWiki page to the trade site for that item.",
    "version": "0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/open-new-window.svg"
            ],
            "matches": [
                "https:\/\/www.poewiki.net\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content\/wiki.js"
            ],
            "matches": [
                "https:\/\/www.poewiki.net\/*"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "firefox@poe-wiki-trade-link"
        },
        "chrome": {
            "id": "chrome@poe-wiki-trade-link"
        }
    }
}