Show in File Manager

Shows last downloaded file in default file manager

ما هو Show in File Manager؟

Show in File Manager هو إضافة Chrome تم تطويرها بواسطة selim.ober، والميزة الرئيسية لها هي "Shows last downloaded file in default file manager".

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

screenshot

تحميل ملف CRX للإضافة Show in File Manager

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

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

                        Provides a handy shortcut (Cmd+Shift+Y for Mac or Ctrl+Shift+Y for Windows) for opening default file manager on the system and preselect your last downloaded file.

It's there to save you from using your mouse to go the downloaded file at the bottom of your Chrome window, open the menu and click Show in File Manager.                    

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

الاسم Show in File Manager Show in File Manager
ID ajchknafbabadjpbdkcnglcakmiknlge
عنوان URL الرسمي https://chromewebstore.google.com/detail/show-in-file-manager/ajchknafbabadjpbdkcnglcakmiknlge
الوصف Shows last downloaded file in default file manager
حجم الملف 8.02 KB
عدد التثبيتات 757
النسخة الحالية 1.0
آخر تحديث 2022-02-24
تاريخ النشر 2016-09-27
تقييم 3.00/5 مجموع تقييمات 2
المطور selim.ober
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show in File Manager",
    "description": "Shows last downloaded file in default file manager",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "script.js"
        ],
        "persistent": false
    },
    "commands": {
        "show-last-download": {
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "Show last downloaded file in default file manager"
        }
    }
}