Downloads Folder Launcher

Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.

Downloads Folder Launcherคืออะไร?

Downloads Folder Launcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://browsernative.com และคุณลักษณะหลักของมันคือ "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Downloads Folder Launcher

ดาวน์โหลดไฟล์ส่วนขยาย Downloads Folder Launcher ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Quickly open the default 'Downloads' folder. Use extension's toolbar button or the keyboard shortcut Alt + J.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Downloads Folder Launcher Downloads Folder Launcher
ID gmhianpphjibhflcnebkmkkdojjigbjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd
คำอธิบาย Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
ขนาดไฟล์ 11.94 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2017-09-25
คะแนน 4.53/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา https://browsernative.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://browsernative.com/chromebook-download-folder-launcher/
URL หน้าช่วยเหลือ https://browsernative.com/chromebook-download-folder-launcher/
URL หน้านโยบายความเป็นส่วนตัว https://browsernative.com/extensions-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": {
            "128": "static\/icon-128.png",
            "48": "static\/icon-48.png",
            "16": "static\/icon-16.png"
        },
        "default_title": "Open 'Downloads' Folder"
    },
    "description": "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.",
    "homepage_url": "https:\/\/browsernative.com\/chromebook-download-folder-launcher\/",
    "icons": {
        "128": "static\/icon-128.png",
        "48": "static\/icon-48.png",
        "16": "static\/icon-16.png"
    },
    "manifest_version": 3,
    "name": "Downloads Folder Launcher",
    "offline_enabled": true,
    "permissions": [
        "downloads"
    ],
    "version": "1.0.0",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+J"
            }
        }
    }
}