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
公式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
Eメール [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"
        }
    }
}