Path of Exile Trade Omnisearch
Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
Hvad er Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch er en Chrome-udvidelse udviklet af Path of Exile Player, og dens hovedfunktion er "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".
Udvidelsesskærmbilleder
Download Path of Exile Trade Omnisearch-udvidelses-CRX-fil
Download Path of Exile Trade Omnisearch-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
Officiel URL | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Beskrivelse | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Filstørrelse | 279 KB |
Antal Installationer | 603 |
Nuværende Version | 0.0.6 |
Senest Opdateret | 2023-01-01 |
Udgivelsesdato | 2018-12-25 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Path of Exile Player |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/stillsaneexile/poe-trade-omnibox |
Hjælpeside-URL | https://github.com/stillsaneexile/poe-trade-omnibox |
Understøttede Sprog | 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": [] } ] } |