Filter Drop-Down Menu
Allows you to filter the options in any drop-down menu to quickly find something.
Apa itu Filter Drop-Down Menu?
Filter Drop-Down Menu adalah ekstensi Chrome yang dikembangkan oleh em_te, dan fitur utamanya adalah "Allows you to filter the options in any drop-down menu to quickly find something.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Filter Drop-Down Menu
Unduh file ekstensi Filter Drop-Down Menu dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | Filter Drop-Down Menu |
ID | pdfkhgdhohjkogfppjjfbbkdenabhglp |
URL Resmi | https://chromewebstore.google.com/detail/filter-drop-down-menu/pdfkhgdhohjkogfppjjfbbkdenabhglp |
Deskripsi | Allows you to filter the options in any drop-down menu to quickly find something. |
Ukuran File | 48.98 KB |
Jumlah Instalasi | 1,169 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2019-04-01 |
Tanggal Publikasi | 2019-04-01 |
Penilaian | 4.25/5 Total 4 Penilaian |
Pengembang | em_te |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://em-te.github.io/privacy |
Bahasa yang Didukung | 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" } } |