Drop Search
Makes dropdowns searchable. Saves you literally seconds!
什么是Drop Search?
Drop Search是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Makes dropdowns searchable. Saves you literally seconds!”。
扩展截图
下载Drop Search扩展crx文件
下载Drop Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Isn't it the worst thing EVER when you're filling in an online form and it takes you those extra few seconds to find what you need in a drop down list?
Well, now you will never have to worry about that ever again! Drop Search is the world's first browser extension that turns nasty drop-down lists into easy to use, suggestion-making search boxes.
Download and enable Drop Search now and experience the latest in drop-down search technology. Quickly fill in those online forms faster than ever before! 扩展基本信息
| 名称 | |
| ID | jpndmheamdfgdnocliclcejfcdfjkhla |
| 官方URL | https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla |
| 简介 | Makes dropdowns searchable. Saves you literally seconds! |
| 文件大小 | 52.25 KB |
| 安装次数 | 83 |
| 当前版本 | 1 |
| 更新时间 | 2015-04-22 |
| 上架时间 | 2015-04-22 |
| 评分 | 3.00/5 共4次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Drop Search",
"version": "1",
"manifest_version": 2,
"description": "Makes dropdowns searchable. Saves you literally seconds!",
"background_page": "background.html",
"browser_action": {
"name": "Manipulate DOM"
},
"content_scripts": [
{
"js": [
"jquery.min.js",
"quicksilver.js",
"jquery.quickselect.js",
"background.js"
],
"css": [
"jquery.quickselect.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"icons": {
"48": "icon48.png",
"128": "icon128.png"
}
} | |