Path of Exile Trade Omnisearch
Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
Co je Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch je rozšíření Chrome vyvinuté Path of Exile Player, a jeho hlavní funkcí je „Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Path of Exile Trade Omnisearch
Stáhněte si soubory rozšíření Path of Exile Trade Omnisearch 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í
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.
Základní Informace o Rozšíření
Název | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
Oficiální URL | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Popis | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Velikost souboru | 279 KB |
Počet instalací | 603 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2023-01-01 |
Datum Vydání | 2018-12-25 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Path of Exile Player |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/stillsaneexile/poe-trade-omnibox |
URL Stránky Nápovědy | https://github.com/stillsaneexile/poe-trade-omnibox |
Podporované Jazyky | 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": [] } ] } |