Filter Drop-Down Menu
Allows you to filter the options in any drop-down menu to quickly find something.
Τι είναι το Filter Drop-Down Menu;
Το Filter Drop-Down Menu είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον em_te, και η κύρια λειτουργία του είναι "Allows you to filter the options in any drop-down menu to quickly find something.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Filter Drop-Down Menu
Λήψη αρχείων επέκτασης Filter Drop-Down Menu σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Ever seen websites whose drop-down menu has so many things and all in the wrong order that you cannot sift through it? Or you want to search for a word in the middle of the phrase in the drop-down menu? This extension allows you to do that easily by first clicking on a drop-down menu, then click on the toolbar icon to activate the search function. You can filter by any, or all, of the following: contains not contains begins with ends with doesn't begin with doesn't end with This extension only loads when you click on the toolbar icon and cleans up when the popup panel is hidden, therefore ensuring minimal use of your system resources! This extension also does not ask for any permissions, so your safety is preserved!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Filter Drop-Down Menu |
ID | pdfkhgdhohjkogfppjjfbbkdenabhglp |
Επίσημο URL | https://chromewebstore.google.com/detail/filter-drop-down-menu/pdfkhgdhohjkogfppjjfbbkdenabhglp |
Περιγραφή | Allows you to filter the options in any drop-down menu to quickly find something. |
Μέγεθος Αρχείου | 48.98 KB |
Αριθμός Εγκαταστάσεων | 1,169 |
Τρέχουσα Έκδοση | 0.1.2 |
Τελευταία Ενημέρωση | 2019-04-01 |
Ημερομηνία Δημοσίευσης | 2019-04-01 |
Αξιολόγηση | 4.25/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | em_te |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://em-te.github.io/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "author": "Terry", "version": "0.1.2", "description": "__MSG_extensionDescription__", "manifest_version": 2, "default_locale": "en", "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "16": "icon_16.png", "24": "icon_24.png", "38": "icon_38.png", "48": "icon_48.png" }, "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" } } |