Path of Exile Trade Omnisearch
Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
Was ist Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch ist eine Chrome-Erweiterung, die von Path of Exile Player entwickelt wurde, und ihr Hauptmerkmal ist "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".
Erweiterungsscreenshots
Path of Exile Trade Omnisearch-Erweiterungs-CRX-Datei herunterladen
Laden Sie Path of Exile Trade Omnisearch-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
Offizielle URL | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Beschreibung | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Dateigröße | 279 KB |
Installationsanzahl | 603 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2023-01-01 |
Veröffentlichungsdatum | 2018-12-25 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Path of Exile Player |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/stillsaneexile/poe-trade-omnibox |
Hilfeseite URL | https://github.com/stillsaneexile/poe-trade-omnibox |
Unterstützte Sprachen | 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": [] } ] } |