Disable Download Shelf

Disables the download bar at bottom of window

ما هو Disable Download Shelf؟

Disable Download Shelf هو إضافة Chrome تم تطويرها بواسطة conceptualspace، والميزة الرئيسية لها هي "Disables the download bar at bottom of window".

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

screenshot

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

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

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

                        Hides the downloads toolbar shelf from the bottom of the window and replaces it with a toolbar button which opens the downloads tab (similar to Firefox).

On laptop displays the default downloads shelf that appears is too large and distracting. Now it can be disabled!

This extension is free and open source.                    

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

الاسم Disable Download Shelf Disable Download Shelf
ID jobfojcgkainhgidfhaoedmmgloaengg
عنوان URL الرسمي https://chromewebstore.google.com/detail/disable-download-shelf/jobfojcgkainhgidfhaoedmmgloaengg
الوصف Disables the download bar at bottom of window
حجم الملف 15.51 KB
عدد التثبيتات 3,127
النسخة الحالية 2.1
آخر تحديث 2022-04-06
تاريخ النشر 2020-05-28
تقييم 4.36/5 مجموع تقييمات 11
المطور conceptualspace
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/conceptualspace/disable-download-shelf
عنوان صفحة المساعدة https://github.com/conceptualspace/disable-download-shelf/issues
عنوان صفحة سياسة الخصوصية https://conceptualspace.net/privacy.md
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Download Shelf",
    "version": "2.1",
    "description": "Disables the download bar at bottom of window",
    "author": "[email protected]",
    "permissions": [
        "downloads",
        "downloads.shelf"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon\/icon16.png",
            "24": "icon\/icon24.png",
            "32": "icon\/icon32.png",
            "48": "icon\/icon48.png"
        },
        "default_title": "Downloads"
    },
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "manifest_version": 3
}