Filter Drop-Down Menu
Allows you to filter the options in any drop-down menu to quickly find something.
Filter Drop-Down Menu là gì?
Filter Drop-Down Menu là một tiện ích mở rộng Chrome được phát triển bởi em_te, và tính năng chính của nó là "Allows you to filter the options in any drop-down menu to quickly find something.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Filter Drop-Down Menu
Tải xuống các tệp mở rộng Filter Drop-Down Menu dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Filter Drop-Down Menu |
ID | pdfkhgdhohjkogfppjjfbbkdenabhglp |
URL Chính Thức | https://chromewebstore.google.com/detail/filter-drop-down-menu/pdfkhgdhohjkogfppjjfbbkdenabhglp |
Mô tả | Allows you to filter the options in any drop-down menu to quickly find something. |
Kích Thước Tệp | 48.98 KB |
Số Lần Cài Đặt | 1,169 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2019-04-01 |
Ngày Phát Hành | 2019-04-01 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | em_te |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://em-te.github.io/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |