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 هو إضافة Chrome تم تطويرها بواسطة Path of Exile Player، والميزة الرئيسية لها هي "Faster trade search. Adds an omnisearch box with hotkeys to the Path of Exile trade site. Press ? after installing.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Path of Exile Trade Omnisearch

قم بتنزيل ملفات الامتداد Path of Exile Trade Omnisearch بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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": []
        }
    ]
}