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 - это расширение Chrome, разработанное Brian Chung, и его основная функция - "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…".
Снимки экрана расширения
Скачать файл CRX расширения Search Downloads
Скачайте файлы расширений 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 |
| Официальный 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"
]
} | |