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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" ] } |