Downloads Folder Launcher

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

什麼是Downloads Folder Launcher?

Downloads Folder Launcher是由https://browsernative.com開發的Chrome擴展程式,該擴展的主要功能是“Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.”。

擴展截圖

screenshot
screenshot

下載Downloads Folder Launcher擴展crx文件

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