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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [] } ] } |