Path of Exile Trade Omnisearch
Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
¿Qué es Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch es una extensión de Chrome desarrollada por Path of Exile Player, y su función principal es "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Path of Exile Trade Omnisearch
Descarga archivos de extensión Path of Exile Trade Omnisearch en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
URL Oficial | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Descripción | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Tamaño del Archivo | 279 KB |
Cantidad de Instalaciones | 603 |
Versión Actual | 0.0.6 |
Última Actualización | 2023-01-01 |
Fecha de Publicación | 2018-12-25 |
Calificación | 5.00/5 Total de 3 Calificaciones |
Desarrollador | Path of Exile Player |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/stillsaneexile/poe-trade-omnibox |
URL de la Página de Ayuda | https://github.com/stillsaneexile/poe-trade-omnibox |
Idiomas Soportados | 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": [] } ] } |