Hide Download Bar

Hide Download Bar

ما هو Hide Download Bar؟

Hide Download Bar هو إضافة Chrome تم تطويرها بواسطة gimslab.com، والميزة الرئيسية لها هي "Hide Download Bar".

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

screenshot

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

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

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

                        Very tiny Chrome extension to hide download shelf using keyboard shortcuts.
You can close download bar with Ctrl+Shift+H key (or other shorcuts).
 - Default: Ctrl+Shift+H
 - Mac Default: Alt+Shift+H

Go to chrome://extensions/shortcuts to change shortcuts

This is a tool for people who don't like to use a mouse. If you're looking for automatic closing, this isn't it.                    

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

الاسم Hide Download Bar Hide Download Bar
ID ibijappnbkobdaakafkliejnnncjfggi
عنوان URL الرسمي https://chromewebstore.google.com/detail/hide-download-bar/ibijappnbkobdaakafkliejnnncjfggi
الوصف Hide Download Bar
حجم الملف 3.16 KB
عدد التثبيتات 1,681
النسخة الحالية 0.2
آخر تحديث 2022-11-20
تاريخ النشر 2019-12-14
تقييم 2.76/5 مجموع تقييمات 21
المطور gimslab.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://wiki.gimslab.com/moniwiki/wiki.php/HideDownloadBar
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Download Bar",
    "description": "Hide Download Bar",
    "version": "0.2",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Hide Download Bar"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+H",
                "mac": "Alt+Shift+H"
            }
        }
    },
    "permissions": [
        "downloads",
        "downloads.shelf"
    ]
}