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 |
| 官方網址 | 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"
}
} | |