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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage your downloads through the Omnibox (search box). To start searching: type in search bar 'ds' then press 'tab'. Usage:…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search Downloads एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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                    

एक्सटेंशन की मूल जानकारी

नाम Search Downloads Search Downloads
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"
    ]
}