Downloads

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

Co je Downloads?

Downloads je rozšíření Chrome vyvinuté Jad Helou, a jeho hlavní funkcí je „Access the folder of the last downloaded file, on click and on completion.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Downloads

Stáhněte si soubory rozšíření Downloads ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
Oficiální URL https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
Popis Access the folder of the last downloaded file, on click and on completion.
Velikost souboru 102 KB
Počet instalací 54
Aktuální Verze 1.5
Poslední Aktualizace 2022-03-28
Datum Vydání 2017-08-10
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Jad Helou
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}