Downloads

Access the folder of the last downloaded file, on click and on completion.

ما هو Downloads؟

Downloads هو إضافة Chrome تم تطويرها بواسطة Jad Helou، والميزة الرئيسية لها هي "Access the folder of the last downloaded file, on click and on completion.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Downloads

قم بتنزيل ملفات الامتداد Downloads بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Access the folder of the last downloaded file.
Opens automatically the folder of the downloaded file when finished.
If the file was deleted, the extension opens the default downloads folder.
Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar).
Opens the downloads history when the the file is in progress.                    

معلومات أساسية عن التمديد

الاسم Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
عنوان URL الرسمي https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
الوصف Access the folder of the last downloaded file, on click and on completion.
حجم الملف 102 KB
عدد التثبيتات 54
النسخة الحالية 1.5
آخر تحديث 2022-03-28
تاريخ النشر 2017-08-10
تقييم 5.00/5 مجموع تقييمات 2
المطور Jad Helou
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloads",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Access the folder of the last downloaded file, on click and on completion.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Downloads"
    },
    "permissions": [
        "background",
        "downloads",
        "downloads.shelf",
        "contextMenus",
        "storage"
    ]
}