Drop Search

Makes dropdowns searchable. Saves you literally seconds!

Drop Search là gì?

Drop Search là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Makes dropdowns searchable. Saves you literally seconds!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Drop Search

Tải xuống các tệp mở rộng Drop Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Drop Search Drop Search
ID jpndmheamdfgdnocliclcejfcdfjkhla
URL Chính Thức https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla
Mô tả Makes dropdowns searchable. Saves you literally seconds!
Kích Thước Tệp 52.25 KB
Số Lần Cài Đặt 83
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2015-04-22
Ngày Phát Hành 2015-04-22
Đánh Giá 3.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}