Downloads

Access the folder of the last downloaded file, on click and on completion.

Was ist Downloads?

Downloads ist eine Chrome-Erweiterung, die von Jad Helou entwickelt wurde, und ihr Hauptmerkmal ist "Access the folder of the last downloaded file, on click and on completion.".

Erweiterungsscreenshots

screenshot

Downloads-Erweiterungs-CRX-Datei herunterladen

Laden Sie Downloads-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Access the folder of the last downloaded file.
Opens automatically the folder of the downloaded file when finished.
If the file was deleted, the extension opens the default downloads folder.
Option to remove the downloads bar (right click on the Download's icon > Disable Download Bar).
Opens the downloads history when the the file is in progress.                    

Grundlegende Informationen zur Erweiterung

Name Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
Offizielle URL https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
Beschreibung Access the folder of the last downloaded file, on click and on completion.
Dateigröße 102 KB
Installationsanzahl 54
Aktuelle Version 1.5
Letztes Update 2022-03-28
Veröffentlichungsdatum 2017-08-10
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Jad Helou
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Downloads",
    "version": "1.5",
    "manifest_version": 3,
    "description": "Access the folder of the last downloaded file, on click and on completion.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "Downloads"
    },
    "permissions": [
        "background",
        "downloads",
        "downloads.shelf",
        "contextMenus",
        "storage"
    ]
}