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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Path of Exile Trade Omnisearch
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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": [] } ] } |