Show in File Manager

Shows last downloaded file in default file manager

Wat is Show in File Manager?

Show in File Manager is een Chrome-extensie ontwikkeld door selim.ober, en de belangrijkste functie is "Shows last downloaded file in default file manager".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Show in File Manager

Download Show in File Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Show in File Manager Show in File Manager
ID ajchknafbabadjpbdkcnglcakmiknlge
Officiële URL https://chromewebstore.google.com/detail/show-in-file-manager/ajchknafbabadjpbdkcnglcakmiknlge
Beschrijving Shows last downloaded file in default file manager
Bestandsgrootte 8.02 KB
Aantal Installaties 757
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-24
Publicatiedatum 2016-09-27
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar selim.ober
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}