Path of Exile Trade Omnisearch
Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.
什么是Path of Exile Trade Omnisearch?
Path of Exile Trade Omnisearch是由Path of Exile Player开发的Chrome扩展程序,该扩展的主要功能是“Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.”。
扩展截图
下载Path of Exile Trade Omnisearch扩展crx文件
下载Path of Exile Trade Omnisearch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Press `;` to bring up the omnisearch box. Start typing to find and jump to any filter in any language, including the filters on the left hand side of the trade UI (corrupted, split, DPS, item category, etc.). It also adds a variety of hotkeys to navigate the UI, so that you never have to resort to using the mouse. For example: * `;` + `frac strength` brings up fractured strength, fractured strength and dex, etc. * `;` + `links` jumps to the socket links filter, after which you can press `tab` to navigate. Press `?` after installing to learn more.
扩展基本信息
名称 | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
官方URL | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
简介 | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
文件大小 | 279 KB |
安装次数 | 603 |
当前版本 | 0.0.6 |
更新时间 | 2023-01-01 |
上架时间 | 2018-12-25 |
评分 | 5.00/5 共3次评分 |
开发者 | Path of Exile Player |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/stillsaneexile/poe-trade-omnibox |
帮助页面URL | https://github.com/stillsaneexile/poe-trade-omnibox |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Path of Exile Trade Omnisearch", "description": "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.", "version": "0.0.6", "action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.pathofexile.com\/trade\/search\/*" ], "js": [ "static\/js\/main.00b1da82.js" ], "css": [ "static\/css\/main.31d6cfe0.css" ], "media": [] } ] } |