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是由em_te开发的Chrome扩展程序,该扩展的主要功能是“Allows you to filter the options in any drop-down menu to quickly find something.”。
扩展截图
下载Filter Drop-Down Menu扩展crx文件
下载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" } } |