Drop Search

Makes dropdowns searchable. Saves you literally seconds!

Drop Search란 무엇입니까?

Drop Search은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Makes dropdowns searchable. Saves you literally seconds!"입니다.

확장 프로그램 스크린샷

screenshot

Drop Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Drop Search Drop Search
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"
    }
}