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 to jest Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch to rozszerzenie Chrome opracowane przez Path of Exile Player, a jego główną funkcją jest „Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Path of Exile Trade Omnisearch
Pobierz pliki rozszerzeń Path of Exile Trade Omnisearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
Oficjalny URL | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Opis | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Rozmiar pliku | 279 KB |
Liczba instalacji | 603 |
Aktualna Wersja | 0.0.6 |
Ostatnia Aktualizacja | 2023-01-01 |
Data Publikacji | 2018-12-25 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Path of Exile Player |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/stillsaneexile/poe-trade-omnibox |
Adres URL Strony Pomocy | https://github.com/stillsaneexile/poe-trade-omnibox |
Obsługiwane Języki | 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": [] } ] } |