Path of Exile Trade - Fuzzy Search
Automatically inserts ~ for fuzzy searches on patheofexile.com/trade
Cos'è Path of Exile Trade - Fuzzy Search?
Path of Exile Trade - Fuzzy Search è un'estensione di Chrome sviluppata da jonasrock, e la sua funzione principale è "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Path of Exile Trade - Fuzzy Search
Scarica i file di estensione Path of Exile Trade - Fuzzy Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mkbkmkampdnnbehdldipgjhbablkmfba |
| URL Ufficiale | https://chromewebstore.google.com/detail/path-of-exile-trade-fuzzy/mkbkmkampdnnbehdldipgjhbablkmfba |
| Descrizione | Automatically inserts ~ for fuzzy searches on patheofexile.com/trade |
| Dimensione del File | 3.48 KB |
| Conteggio Installazioni | 12,561 |
| Versione Corrente | 0.3.1 |
| Ultimo Aggiornamento | 2023-10-15 |
| Data di Pubblicazione | 2021-01-10 |
| Valutazione | 5.00/5 Totale 8 Valutazioni |
| Sviluppatore | jonasrock |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |