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文件

下載PoE Wiki Trade Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}