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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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" ] } |