Search Downloads

Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…

Hvad er Search Downloads?

Search Downloads er en Chrome-udvidelse udviklet af Brian Chung, og dens hovedfunktion er "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…".

Udvidelsesskærmbilleder

screenshot

Download Search Downloads-udvidelses-CRX-fil

Download Search Downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Search Downloads Search Downloads
ID obefkpoacckligmdblalmddagdkcncbf
Officiel URL https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf
Beskrivelse Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
Filstørrelse 7.01 KB
Antal Installationer 34
Nuværende Version 1.0.2
Senest Opdateret 2014-05-01
Udgivelsesdato 2014-05-01
Udvikler Brian Chung
Betalingsmetode free
Understøttede Sprog 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"
    ]
}