Path of Exile Trade - Fuzzy Search

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

Apa itu Path of Exile Trade - Fuzzy Search?

Path of Exile Trade - Fuzzy Search adalah ekstensi Chrome yang dikembangkan oleh jonasrock, dan fitur utamanya adalah "Automatically inserts ~ for fuzzy searches on patheofexile.com/trade".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Path of Exile Trade - Fuzzy Search

Unduh file ekstensi Path of Exile Trade - Fuzzy Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Path of Exile Trade - Fuzzy Search Path of Exile Trade - Fuzzy Search
ID mkbkmkampdnnbehdldipgjhbablkmfba
URL Resmi https://chromewebstore.google.com/detail/path-of-exile-trade-fuzzy/mkbkmkampdnnbehdldipgjhbablkmfba
Deskripsi Automatically inserts ~ for fuzzy searches on patheofexile.com/trade
Ukuran File 3.48 KB
Jumlah Instalasi 12,561
Versi Saat Ini 0.3.1
Terakhir Diperbarui 2023-10-15
Tanggal Publikasi 2021-01-10
Penilaian 5.00/5 Total 8 Penilaian
Pengembang jonasrock
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}