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 |
Eメール | [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": [] } ] } |