Drop Search

Makes dropdowns searchable. Saves you literally seconds!

Co to jest Drop Search?

Drop Search to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Makes dropdowns searchable. Saves you literally seconds!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Drop Search

Pobierz pliki rozszerzeń Drop Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Drop Search Drop Search
ID jpndmheamdfgdnocliclcejfcdfjkhla
Oficjalny URL https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla
Opis Makes dropdowns searchable. Saves you literally seconds!
Rozmiar pliku 52.25 KB
Liczba instalacji 83
Aktualna Wersja 1
Ostatnia Aktualizacja 2015-04-22
Data Publikacji 2015-04-22
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
    }
}