Search Downloads
Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
Search Downloads là gì?
Search Downloads là một tiện ích mở rộng Chrome được phát triển bởi Brian Chung, và tính năng chính của nó là "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Search Downloads
Tải xuống các tệp mở rộng Search Downloads dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | obefkpoacckligmdblalmddagdkcncbf |
URL Chính Thức | https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf |
Mô tả | Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:… |
Kích Thước Tệp | 7.01 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2014-05-01 |
Ngày Phát Hành | 2014-05-01 |
Nhà Phát Triển | Brian Chung |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |