Search Downloads
Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
Co to jest Search Downloads?
Search Downloads to rozszerzenie Chrome opracowane przez Brian Chung, a jego główną funkcją jest „Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Search Downloads
Pobierz pliki rozszerzeń Search Downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | obefkpoacckligmdblalmddagdkcncbf |
| Oficjalny URL | https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf |
| Opis | Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:… |
| Rozmiar pliku | 7.01 KB |
| Liczba instalacji | 34 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2014-05-01 |
| Data Publikacji | 2014-05-01 |
| Deweloper | Brian Chung |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |