Search Downloads

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

Qu'est-ce que Search Downloads ?

Search Downloads est une extension Chrome développée par Brian Chung, et sa fonction principale est "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Search Downloads

Téléchargez les fichiers d'extension Search Downloads au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Search Downloads Search Downloads
ID obefkpoacckligmdblalmddagdkcncbf
URL Officiel https://chrome.google.com/webstore/detail/search-downloads/obefkpoacckligmdblalmddagdkcncbf
Description Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…
Taille du Fichier 7.01 KB
Nombre d'Installations 34
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-05-01
Date de Publication 2014-05-01
Développeur Brian Chung
Type de Paiement free
Langues Prises en Charge 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"
    ]
}