Drop Search

Makes dropdowns searchable. Saves you literally seconds!

Drop Searchคืออะไร?

Drop Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Makes dropdowns searchable. Saves you literally seconds!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drop Search

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
    }
}