DownRight

Puts your DOWNloads in the RIGHT location.

Apa itu DownRight?

DownRight adalah ekstensi Chrome yang dikembangkan oleh freenik, dan fitur utamanya adalah "Puts your DOWNloads in the RIGHT location.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi DownRight

Unduh file ekstensi DownRight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama DownRight DownRight
ID hmfjendlfobofbmmjakjebmkdanhkagj
URL Resmi https://chromewebstore.google.com/detail/downright/hmfjendlfobofbmmjakjebmkdanhkagj
Deskripsi Puts your DOWNloads in the RIGHT location.
Ukuran File 25.24 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2019-12-04
Tanggal Publikasi 2019-12-02
Pengembang freenik
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}