Show in File Manager

Shows last downloaded file in default file manager

Show in File Managerคืออะไร?

Show in File Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย selim.ober และคุณลักษณะหลักของมันคือ "Shows last downloaded file in default file manager"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show in File Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    }
}