PoE Wiki Trade Link

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

PoE Wiki Trade Link là gì?

PoE Wiki Trade Link là một tiện ích mở rộng Chrome được phát triển bởi rochovian, và tính năng chính của nó là "Adds a link to every PoEWiki page to the trade site for that item.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PoE Wiki Trade Link

Tải xuống các tệp mở rộng PoE Wiki Trade Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PoE Wiki Trade Link PoE Wiki Trade Link
ID nfgiigabbcilbognngigjadcmchfejfc
URL Chính Thức https://chromewebstore.google.com/detail/poe-wiki-trade-link/nfgiigabbcilbognngigjadcmchfejfc
Mô tả Adds a link to every PoEWiki page to the trade site for that item.
Kích Thước Tệp 5.95 KB
Số Lần Cài Đặt 150
Phiên Bản Hiện Tại 0.5
Cập Nhật Lần Cuối 2023-10-14
Ngày Phát Hành 2023-10-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rochovian
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}