Show in File Manager

Shows last downloaded file in default file manager

Cos'è Show in File Manager?

Show in File Manager è un'estensione di Chrome sviluppata da selim.ober, e la sua funzione principale è "Shows last downloaded file in default file manager".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Show in File Manager

Scarica i file di estensione Show in File Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Show in File Manager Show in File Manager
ID ajchknafbabadjpbdkcnglcakmiknlge
URL Ufficiale https://chromewebstore.google.com/detail/show-in-file-manager/ajchknafbabadjpbdkcnglcakmiknlge
Descrizione Shows last downloaded file in default file manager
Dimensione del File 8.02 KB
Conteggio Installazioni 757
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-24
Data di Pubblicazione 2016-09-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore selim.ober
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}