Downloads

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

Hvad er Downloads?

Downloads er en Chrome-udvidelse udviklet af Jad Helou, og dens hovedfunktion er "Access the folder of the last downloaded file, on click and on completion.".

Udvidelsesskærmbilleder

screenshot

Download Downloads-udvidelses-CRX-fil

Download Downloads-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
Officiel URL https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
Beskrivelse Access the folder of the last downloaded file, on click and on completion.
Filstørrelse 102 KB
Antal Installationer 54
Nuværende Version 1.5
Senest Opdateret 2022-03-28
Udgivelsesdato 2017-08-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Jad Helou
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}