Autohide Downloads Bar

This extension closes the downloads bar after a set amount of time

ما هو Autohide Downloads Bar؟

Autohide Downloads Bar هو إضافة Chrome تم تطويرها بواسطة Tyler Barron، والميزة الرئيسية لها هي "This extension closes the downloads bar after a set amount of time".

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

screenshot

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

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

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

                        Hides shelf automatically                    

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

الاسم Autohide Downloads Bar Autohide Downloads Bar
ID iaefpjibipfaofmigecedfapfgplmplo
عنوان URL الرسمي https://chromewebstore.google.com/detail/autohide-downloads-bar/iaefpjibipfaofmigecedfapfgplmplo
الوصف This extension closes the downloads bar after a set amount of time
حجم الملف 14.17 KB
عدد التثبيتات 5,053
النسخة الحالية 1.3
آخر تحديث 2021-07-27
تاريخ النشر 2017-05-22
تقييم 4.74/5 مجموع تقييمات 38
المطور Tyler Barron
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://tylerbarron.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Autohide Downloads Bar",
    "description": "This extension closes the downloads bar after a set amount of time",
    "version": "1.3",
    "options_page": "options.html",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "storage"
    ],
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    }
}