Download Button
This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
ما هو Download Button؟
Download Button هو إضافة Chrome تم تطويرها بواسطة Luca-Miguel Christiansen، والميزة الرئيسية لها هي "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Button
قم بتنزيل ملفات الامتداد Download Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You want to replace your download bar in Chrome, that appears when you start a download?
Then is this extension exactly the right one for you, this extension replaces the download bar with a button in the toolbar, where you can manage your downloads.
What can you do with the extension:
- Drag and drop your downloaded file in a other folder
- View your past downloads
- View your active downloads with progress
- Open the folder, where the downloaded file is saved to
- Delete a download out of your history
- Delete all downloads out of your history معلومات أساسية عن التمديد
| الاسم | |
| ID | hgkcmjmbbndapaffflkmgmmmdpgmipje |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-button/hgkcmjmbbndapaffflkmgmmmdpgmipje |
| الوصف | This extension replaces the download bar with a button in the toolbar, where you can manage your downloads. |
| حجم الملف | 16.43 KB |
| عدد التثبيتات | 294 |
| النسخة الحالية | 1.0.0 |
| آخر تحديث | 2022-03-15 |
| تاريخ النشر | 2022-03-10 |
| تقييم | 4.33/5 مجموع تقييمات 3 |
| المطور | Luca-Miguel Christiansen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | de,en,en-GB,en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Download Button",
"description": "This extension replaces the download bar with a button in the toolbar, where you can manage your downloads.",
"version": "1.0.0",
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "Downloads",
"default_icon": {
"16": "\/icons\/x16\/logo.png",
"32": "\/icons\/x32\/logo.png",
"48": "\/icons\/x48\/logo.png",
"128": "\/icons\/x128\/logo.png"
}
},
"icons": {
"16": "\/icons\/x16\/logo.png",
"48": "\/icons\/x48\/logo.png",
"128": "\/icons\/x128\/logo.png"
},
"permissions": [
"downloads",
"downloads.shelf"
]
} | |