Downloads Folder Launcher

Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.

ما هو Downloads Folder Launcher؟

Downloads Folder Launcher هو إضافة Chrome تم تطويرها بواسطة https://browsernative.com، والميزة الرئيسية لها هي "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Downloads Folder Launcher

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

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

                        Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.                    

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

الاسم Downloads Folder Launcher Downloads Folder Launcher
ID gmhianpphjibhflcnebkmkkdojjigbjd
عنوان URL الرسمي https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd
الوصف Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
حجم الملف 11.94 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.0
آخر تحديث 2023-10-20
تاريخ النشر 2017-09-25
تقييم 4.53/5 مجموع تقييمات 30
المطور https://browsernative.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/chromebook-download-folder-launcher/
عنوان صفحة المساعدة https://browsernative.com/chromebook-download-folder-launcher/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "128": "static\/icon-128.png",
            "48": "static\/icon-48.png",
            "16": "static\/icon-16.png"
        },
        "default_title": "Open 'Downloads' Folder"
    },
    "description": "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.",
    "homepage_url": "https:\/\/browsernative.com\/chromebook-download-folder-launcher\/",
    "icons": {
        "128": "static\/icon-128.png",
        "48": "static\/icon-48.png",
        "16": "static\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "Downloads Folder Launcher",
    "offline_enabled": true,
    "permissions": [
        "downloads"
    ],
    "version": "1.0.0",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J"
            }
        }
    }
}