Show in File Manager

Shows last downloaded file in default file manager

What is Show in File Manager?

Show in File Manager is a Chrome extension developed by selim.ober, and its main feature is "Shows last downloaded file in default file manager".

Extension Screenshots

screenshot

Download Show in File Manager Extension CRX File

Download Show in File Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Show in File Manager Show in File Manager
ID ajchknafbabadjpbdkcnglcakmiknlge
Official URL https://chromewebstore.google.com/detail/show-in-file-manager/ajchknafbabadjpbdkcnglcakmiknlge
Description Shows last downloaded file in default file manager
File Size 8.02 KB
Installation Count 757
Current Version 1.0
Last Updated 2022-02-24
Publish Date 2016-09-27
Rating 3.00/5 Total 2 Ratings
Developer selim.ober
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}