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
公式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
Eメール [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"
        }
    }
}