Download Tab Shortcut

Access the Download Tab on Chrome within a snap

ما هو Download Tab Shortcut؟

Download Tab Shortcut هو إضافة Chrome تم تطويرها بواسطة Daniel R.، والميزة الرئيسية لها هي "Access the Download Tab on Chrome within a snap".

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

screenshot

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

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

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

                        Access the Download Tab on Chrome within a snap.

Open a new tab with the Download Tab directly from the Chrome address bar.                    

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

الاسم Download Tab Shortcut Download Tab Shortcut
ID icgllojphobcelnadkpnpakckhlmnoaa
عنوان URL الرسمي https://chromewebstore.google.com/detail/download-tab-shortcut/icgllojphobcelnadkpnpakckhlmnoaa
الوصف Access the Download Tab on Chrome within a snap
حجم الملف 25.74 KB
عدد التثبيتات 1,848
النسخة الحالية 1.1
آخر تحديث 2012-07-05
تاريخ النشر 2012-07-05
تقييم 4.00/5 مجموع تقييمات 4
المطور Daniel R.
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Tab Shortcut",
    "description": "Access the Download Tab on Chrome within a snap",
    "version": "1.1",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_32x32.png",
        "default_title": ""
    },
    "icons": {
        "16": "icon_16x16.png",
        "128": "icon_128x128.png"
    }
}