Path of Exile Trade Omnisearch

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

O que é Path of Exile Trade Omnisearch?

Path of Exile Trade Omnisearch é uma extensão do Chrome desenvolvida por Path of Exile Player, e sua principal característica é "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Path of Exile Trade Omnisearch

Baixe arquivos de extensão Path of Exile Trade Omnisearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Path of Exile Trade Omnisearch Path of Exile Trade Omnisearch
ID emekiohhckejeabmakkjjdglllaolmad
URL Oficial https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad
Descrição Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
Tamanho do Arquivo 279 KB
Contagem de Instalações 603
Versão Atual 0.0.6
Última Atualização 2023-01-01
Data de Publicação 2018-12-25
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor Path of Exile Player
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/stillsaneexile/poe-trade-omnibox
URL da Página de Ajuda https://github.com/stillsaneexile/poe-trade-omnibox
Idiomas Suportados 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": []
        }
    ]
}