Path of Exile Trade - Fuzzy Search

Automatically inserts ~ for fuzzy searches on patheofexile.com/trade

What is Path of Exile Trade - Fuzzy Search?

Path of Exile Trade - Fuzzy Search is a Chrome extension developed by jonasrock, and its main feature is "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade".

Extension Screenshots

screenshot

Download Path of Exile Trade - Fuzzy Search Extension CRX File

Download Path of Exile Trade - Fuzzy Search 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

                        When searching on pathofexile.com/trade, this addon inserts the tilde(~) before your search query. This enables fuzzy search, so you can be more lenient with your search. Start you search with a space (" ") to not use fuzzy search for this query.

For example, when searching for "#% to Fire and Cold Resistance" it's enought to just write "cold fire res". Without fuzzy search, this would not find the modifier.                    

Extension Basic Information

Name Path of Exile Trade - Fuzzy Search Path of Exile Trade - Fuzzy Search
ID mkbkmkampdnnbehdldipgjhbablkmfba
Official URL https://chromewebstore.google.com/detail/path-of-exile-trade-fuzzy/mkbkmkampdnnbehdldipgjhbablkmfba
Description Automatically inserts ~ for fuzzy searches on patheofexile.com/trade
File Size 3.48 KB
Installation Count 12,561
Current Version 0.3.1
Last Updated 2023-10-15
Publish Date 2021-01-10
Rating 5.00/5 Total 8 Ratings
Developer jonasrock
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Path of Exile Trade - Fuzzy Search",
    "description": "Automatically inserts ~ for fuzzy searches on patheofexile.com\/trade",
    "version": "0.3.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pathofexile.com\/trade*"
            ],
            "js": [
                "fuzzySearch.js"
            ]
        }
    ]
}