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:…”。
擴展截圖
下載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
擴展基本資訊
名稱 | |
ID | obefkpoacckligmdblalmddagdkcncbf |
官方網址 | 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" ] } |