Search Downloads

Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…

What is Search Downloads?

Search Downloads is a Chrome extension developed by Brian Chung, and its main feature is "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…".

Extension Screenshots

screenshot

Download Search Downloads Extension CRX File

Download Search Downloads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Manage your downloads through the Omnibox (search box).

To start searching: type in search bar 'ds' then press 'tab'.

Usage:

--help: Show all available arguments:
[filename]: Open folder containing specified file.
[filename] -d: Delete specified file.
[filename] -o: Open specified file.
[filename] -t: Open specified file in a new tab.

Find on Github: https://github.com/brianchung808/Chrome-Omnibox-Download-Management

Changelog:
v1.0.1: Remove notifications for opening files, folders, tabs. Fix parsing issues.
v1.0: init. release                    

Extension Basic Information

Name Search Downloads Search Downloads
ID obefkpoacckligmdblalmddagdkcncbf
Official URL https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf
Description Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
File Size 7.01 KB
Installation Count 34
Current Version 1.0.2
Last Updated 2014-05-01
Publish Date 2014-05-01
Developer Brian Chung
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Downloads",
    "version": "1.0.2",
    "omnibox": {
        "keyword": "ds"
    },
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "downloads",
        "downloads.open",
        "notifications",
        "tabs"
    ]
}