Drop Search
Makes dropdowns searchable. Saves you literally seconds!
Vad är Drop Search?
Drop Search är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Makes dropdowns searchable. Saves you literally seconds!".
Tilläggsskärmbilder
Ladda ner Drop Search-förlängningens CRX-fil
Ladda ner Drop Search-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | jpndmheamdfgdnocliclcejfcdfjkhla |
| Officiell webbadress | https://chromewebstore.google.com/detail/drop-search/jpndmheamdfgdnocliclcejfcdfjkhla |
| Beskrivning | Makes dropdowns searchable. Saves you literally seconds! |
| Filstorlek | 52.25 KB |
| Antal Installationer | 83 |
| Aktuell Version | 1 |
| Senast Uppdaterad | 2015-04-22 |
| Publiceringsdatum | 2015-04-22 |
| Betyg | 3.00/5 Totalt 4 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |