Path of Exile Trade - Fuzzy Search

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

Qu'est-ce que Path of Exile Trade - Fuzzy Search ?

Path of Exile Trade - Fuzzy Search est une extension Chrome développée par jonasrock, et sa fonction principale est "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Path of Exile Trade - Fuzzy Search

Téléchargez les fichiers d'extension Path of Exile Trade - Fuzzy Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Path of Exile Trade - Fuzzy Search Path of Exile Trade - Fuzzy Search
ID mkbkmkampdnnbehdldipgjhbablkmfba
URL Officiel https://chromewebstore.google.com/detail/path-of-exile-trade-fuzzy/mkbkmkampdnnbehdldipgjhbablkmfba
Description Automatically inserts ~ for fuzzy searches on patheofexile.com/trade
Taille du Fichier 3.48 KB
Nombre d'Installations 12,561
Version Actuelle 0.3.1
Dernière Mise à Jour 2023-10-15
Date de Publication 2021-01-10
Évaluation 5.00/5 Total 8 Évaluations
Développeur jonasrock
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}