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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 Path of Exile Trade Omnisearch
ID emekiohhckejeabmakkjjdglllaolmad
官方網址 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": []
        }
    ]
}