Downloads Folder Launcher

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

Cos'è Downloads Folder Launcher?

Downloads Folder Launcher è un'estensione di Chrome sviluppata da https://browsernative.com, e la sua funzione principale è "Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Downloads Folder Launcher

Scarica i file di estensione Downloads Folder Launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Downloads Folder Launcher Downloads Folder Launcher
ID gmhianpphjibhflcnebkmkkdojjigbjd
URL Ufficiale https://chromewebstore.google.com/detail/downloads-folder-launcher/gmhianpphjibhflcnebkmkkdojjigbjd
Descrizione Quickly open the default 'Downloads' folder. keyboard shortcut: Alt+J.
Dimensione del File 11.94 KB
Conteggio Installazioni 10,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-10-20
Data di Pubblicazione 2017-09-25
Valutazione 4.53/5 Totale 30 Valutazioni
Sviluppatore https://browsernative.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://browsernative.com/chromebook-download-folder-launcher/
URL della Pagina di Aiuto https://browsernative.com/chromebook-download-folder-launcher/
URL della Pagina della Politica sulla Privacy https://browsernative.com/extensions-privacy-policy
Lingue Supportate 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"
            }
        }
    }
}