Downloads

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

Co to jest Downloads?

Downloads to rozszerzenie Chrome opracowane przez Jad Helou, a jego główną funkcją jest „Access the folder of the last downloaded file, on click and on completion.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Downloads

Pobierz pliki rozszerzeń Downloads w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Downloads Downloads
ID lhoaelbjeonfhepipmfnioojpmfaaipf
Oficjalny URL https://chromewebstore.google.com/detail/downloads/lhoaelbjeonfhepipmfnioojpmfaaipf
Opis Access the folder of the last downloaded file, on click and on completion.
Rozmiar pliku 102 KB
Liczba instalacji 54
Aktualna Wersja 1.5
Ostatnia Aktualizacja 2022-03-28
Data Publikacji 2017-08-10
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper Jad Helou
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}