Drop Search

Makes dropdowns searchable. Saves you literally seconds!

O que é Drop Search?

Drop Search é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Makes dropdowns searchable. Saves you literally seconds!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Drop Search

Baixe arquivos de extensão Drop Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Drop Search Drop Search
ID jpndmheamdfgdnocliclcejfcdfjkhla
URL Oficial https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla
Descrição Makes dropdowns searchable. Saves you literally seconds!
Tamanho do Arquivo 52.25 KB
Contagem de Instalações 83
Versão Atual 1
Última Atualização 2015-04-22
Data de Publicação 2015-04-22
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}