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 là gì?
Path of Exile Trade Omnisearch là một tiện ích mở rộng Chrome được phát triển bởi Path of Exile Player, và tính năng chính của nó là "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Path of Exile Trade Omnisearch
Tải xuống các tệp mở rộng Path of Exile Trade Omnisearch dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Path of Exile Trade Omnisearch |
ID | emekiohhckejeabmakkjjdglllaolmad |
URL Chính Thức | https://chromewebstore.google.com/detail/path-of-exile-trade-omnis/emekiohhckejeabmakkjjdglllaolmad |
Mô tả | Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing. |
Kích Thước Tệp | 279 KB |
Số Lần Cài Đặt | 603 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2023-01-01 |
Ngày Phát Hành | 2018-12-25 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Path of Exile Player |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/stillsaneexile/poe-trade-omnibox |
URL Trang Trợ Giúp | https://github.com/stillsaneexile/poe-trade-omnibox |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } ] } |