Download Manager

Chrome Download Manager

ما هو Download Manager؟

Download Manager هو إضافة Chrome تم تطويرها بواسطة Anand Sudhanaboina، والميزة الرئيسية لها هي "Chrome Download Manager".

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

screenshot

تحميل ملف CRX للإضافة Download Manager

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

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

                        All downloaded files in a single directory “Downloads” may be messy while dealing with a lot of files, this chrome extension comes handy which segregates the files using the mime type or the Referrer.                    

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

الاسم Download Manager Download Manager
ID lcelifoanjcecgoccbedjipjaeaocaae
عنوان URL الرسمي https://chrome.google.com/webstore/detail/download-manager/lcelifoanjcecgoccbedjipjaeaocaae
الوصف Chrome Download Manager
حجم الملف 19.41 KB
عدد التثبيتات 2,268
النسخة الحالية 1.0.0
آخر تحديث 2020-07-02
تاريخ النشر 2020-07-02
تقييم 4.41/5 مجموع تقييمات 17
المطور Anand Sudhanaboina
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "manager.js"
        ]
    },
    "default_locale": "en",
    "description": "Chrome Download Manager",
    "icons": {
        "128": "data\/icon128.png",
        "16": "data\/icon16.png",
        "32": "data\/icon32.png",
        "48": "data\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Download Manager",
    "options_page": "options.html",
    "permissions": [
        "downloads"
    ],
    "short_name": "DManager",
    "version": "1.0.0"
}