Path of Exile Trade Omnisearch

Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.

Cos'è Path of Exile Trade Omnisearch?

Path of Exile Trade Omnisearch è un'estensione di Chrome sviluppata da Path of Exile Player, e la sua funzione principale è "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Path of Exile Trade Omnisearch

Scarica i file di estensione Path of Exile Trade Omnisearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Press `;` to bring up the omnisearch box. Start typing to find and jump to any filter in any
language, including the filters on the left hand side of the trade UI
(corrupted, split, DPS, item category, etc.).

It also adds a variety of hotkeys to navigate the UI, so that you never have to
resort to using the mouse.

For example: 
* `;` + `frac strength` brings up fractured strength, fractured strength and dex, etc.
* `;` + `links` jumps to the socket links filter, after which you can press
    `tab` to navigate.

Press `?` after installing to learn more.                    

Informazioni di Base sull'Estensione

Nome Path of Exile Trade Omnisearch Path of Exile Trade Omnisearch
ID emekiohhckejeabmakkjjdglllaolmad
URL Ufficiale https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad
Descrizione Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
Dimensione del File 279 KB
Conteggio Installazioni 603
Versione Corrente 0.0.6
Ultimo Aggiornamento 2023-01-01
Data di Pubblicazione 2018-12-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Path of Exile Player
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/stillsaneexile/poe-trade-omnibox
URL della Pagina di Aiuto https://github.com/stillsaneexile/poe-trade-omnibox
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Path of Exile Trade Omnisearch",
    "description": "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.",
    "version": "0.0.6",
    "action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.pathofexile.com\/trade\/search\/*"
            ],
            "js": [
                "static\/js\/main.00b1da82.js"
            ],
            "css": [
                "static\/css\/main.31d6cfe0.css"
            ],
            "media": []
        }
    ]
}