Drop Search
Makes dropdowns searchable. Saves you literally seconds!
Cos'è Drop Search?
Drop Search è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Makes dropdowns searchable. Saves you literally seconds!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Drop Search
Scarica i file di estensione Drop Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Drop Search |
ID | jpndmheamdfgdnocliclcejfcdfjkhla |
URL Ufficiale | https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla |
Descrizione | Makes dropdowns searchable. Saves you literally seconds! |
Dimensione del File | 52.25 KB |
Conteggio Installazioni | 83 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2015-04-22 |
Data di Pubblicazione | 2015-04-22 |
Valutazione | 3.00/5 Totale 4 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |