Chrome Download Helper
This extension helps you managing your donwloads.
ما هو Chrome Download Helper؟
Chrome Download Helper هو إضافة Chrome تم تطويرها بواسطة Obstc0rp، والميزة الرئيسية لها هي "This extension helps you managing your donwloads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Download Helper
قم بتنزيل ملفات الامتداد Chrome Download Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension helps you managing your donwloads. If enabled any download gets it own subdirectory inside the download directory. This subdirectory gets the name of the domain where the download comes from. If enabled you can use a whitelist. Then only those downloads get a subdirectory which domain is listed. Additionally you can use defined shortkeys to open the last download (default Alt+L) and open the default download directory (default Alt+O). You can change this settings in the Chrome extension menu at the very bottom.
معلومات أساسية عن التمديد
الاسم | Chrome Download Helper |
ID | knaddinhblejecfcgajdpbebicfpejem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-download-helper/knaddinhblejecfcgajdpbebicfpejem |
الوصف | This extension helps you managing your donwloads. |
حجم الملف | 686 KB |
عدد التثبيتات | 20,000 |
النسخة الحالية | 1.2.2 |
آخر تحديث | 2015-04-09 |
تاريخ النشر | 2015-04-09 |
تقييم | 2.83/5 مجموع تقييمات 24 |
المطور | Obstc0rp |
نوع الدفع | free |
موقع الإضافة | https://github.com/Obstc0rp/Chrome-Download-Helper |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Download Helper", "description": "This extension helps you managing your donwloads.", "version": "1.2.2", "permissions": [ "downloads", "downloads.open" ], "icons": { "128": ".\/assets\/images\/icon.png" }, "background": { "scripts": [ "assets\/js\/background.js" ] }, "browser_action": { "default_icon": ".\/assets\/images\/icon.png", "default_popup": ".\/html\/popup.html" }, "options_page": ".\/html\/options.html", "commands": { "open-download-dir": { "suggested_key": { "default": "Alt+O" }, "description": "Open Download Directory" }, "open-last-downlaod": { "suggested_key": { "default": "Alt+L" }, "description": "Open Last Download" } } } |