Path of Exile Trade Omnisearch

Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.

What is Path of Exile Trade Omnisearch?

Path of Exile Trade Omnisearch is a Chrome extension developed by Path of Exile Player, and its main feature is "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Path of Exile Trade Omnisearch Extension CRX File

Download Path of Exile Trade Omnisearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Path of Exile Trade Omnisearch Path of Exile Trade Omnisearch
ID emekiohhckejeabmakkjjdglllaolmad
Official URL https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad
Description Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
File Size 279 KB
Installation Count 603
Current Version 0.0.6
Last Updated 2023-01-01
Publish Date 2018-12-25
Rating 5.00/5 Total 3 Ratings
Developer Path of Exile Player
Email [email protected]
Payment Type free
Extension Website https://github.com/stillsaneexile/poe-trade-omnibox
Help Page URL https://github.com/stillsaneexile/poe-trade-omnibox
Supported Languages 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": []
        }
    ]
}