PoE Wiki Trade Link

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

Co je PoE Wiki Trade Link?

PoE Wiki Trade Link je rozšíření Chrome vyvinuté rochovian, a jeho hlavní funkcí je „Adds a link to every PoEWiki page to the trade site for that item.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PoE Wiki Trade Link

Stáhněte si soubory rozšíření PoE Wiki Trade Link ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PoE Wiki Trade Link PoE Wiki Trade Link
ID nfgiigabbcilbognngigjadcmchfejfc
Oficiální URL https://chromewebstore.google.com/detail/poe-wiki-trade-link/nfgiigabbcilbognngigjadcmchfejfc
Popis Adds a link to every PoEWiki page to the trade site for that item.
Velikost souboru 5.95 KB
Počet instalací 150
Aktuální Verze 0.5
Poslední Aktualizace 2023-10-14
Datum Vydání 2023-10-09
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář rochovian
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
        }
    }
}