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"
}
} | |