Path of Exile Trade - Fuzzy Search

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

Path of Exile Trade - Fuzzy Searchとは何ですか?

Path of Exile Trade - Fuzzy Searchはjonasrockによって開発されたChromeの拡張機能で、その主な機能は「Automatically inserts ~ for fuzzy searches on patheofexile.com/trade」です。

拡張機能のスクリーンショット

screenshot

Path of Exile Trade - Fuzzy Search拡張機能のCRXファイルをダウンロード

Path of Exile Trade - Fuzzy Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Path of Exile Trade - Fuzzy Search Path of Exile Trade - Fuzzy Search
ID mkbkmkampdnnbehdldipgjhbablkmfba
公式URL https://chromewebstore.google.com/detail/path-of-exile-trade-fuzzy/mkbkmkampdnnbehdldipgjhbablkmfba
説明 Automatically inserts ~ for fuzzy searches on patheofexile.com/trade
ファイルサイズ 3.48 KB
インストール数 12,561
現在のバージョン 0.3.1
最終更新日 2023-10-15
公開日 2021-01-10
評価 5.00/5 合計 8 レビュー
開発者 jonasrock
Eメール [email protected]
支払い方法 free
対応言語 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"
            ]
        }
    ]
}