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 |
| 官方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 |
| 电子邮箱 | [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"
]
}
]
} | |