Show in File Manager

Shows last downloaded file in default file manager

什麼是Show in File Manager?

Show in File Manager是由selim.ober開發的Chrome擴展程式,該擴展的主要功能是“Shows last downloaded file in default file manager”。

擴展截圖

screenshot

下載Show in File Manager擴展crx文件

下載Show in File Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        }
    }
}