Search Downloads

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

什么是Search Downloads?

Search Downloads是由Brian Chung开发的Chrome扩展程序,该扩展的主要功能是“Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…”。

扩展截图

screenshot

下载Search Downloads扩展crx文件

下载Search Downloads扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Search Downloads Search Downloads
ID obefkpoacckligmdblalmddagdkcncbf
官方URL https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf
简介 Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
文件大小 7.01 KB
安装次数 34
当前版本 1.0.2
更新时间 2014-05-01
上架时间 2014-05-01
开发者 Brian Chung
付费类型 free
支持的语言 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"
    ]
}