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”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | mkbkmkampdnnbehdldipgjhbablkmfba |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
}
]
} | |