DownRight

Puts your DOWNloads in the RIGHT location.

Co to jest DownRight?

DownRight to rozszerzenie Chrome opracowane przez freenik, a jego główną funkcją jest „Puts your DOWNloads in the RIGHT location.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia DownRight

Pobierz pliki rozszerzeń DownRight 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

                        Puts your DOWNloads in the RIGHT location. The extension will create sub-folders based on the file type to prevent dowloads folder from turning into trash can. Coming soon: Categorization based on download source.                    

Podstawowe informacje o rozszerzeniu

Nazwa DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
Oficjalny URL https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Opis Puts your DOWNloads in the RIGHT location.
Rozmiar pliku 25.24 KB
Liczba instalacji 17
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-12-04
Data Publikacji 2019-12-02
Deweloper freenik
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DownRight",
    "version": "1.0.2",
    "description": "Puts your DOWNloads in the RIGHT location.",
    "icons": {
        "48": "icons\/border-48.png",
        "96": "icons\/border-96.png",
        "512": "icons\/border-512.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "lib\/downloadManager.js",
            "lib\/downloadLocationRules.js",
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "management"
    ]
}