Download Renamer

Check downloads and replace/remove illegal characters, simple fix for the single quote issue.

Apa itu Download Renamer?

Download Renamer adalah ekstensi Chrome yang dikembangkan oleh Michael, dan fitur utamanya adalah "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Download Renamer

Unduh file ekstensi Download Renamer 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

                        This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.                    

Informasi Dasar Ekstensi

Nama Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
URL Resmi https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Deskripsi Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Ukuran File 7.94 KB
Jumlah Instalasi 30
Versi Saat Ini 1.2
Terakhir Diperbarui 2019-02-21
Tanggal Publikasi 2019-02-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Michael
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Download Renamer",
    "version": "1.2",
    "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.",
    "permissions": [
        "downloads"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": false
    },
    "icons": {
        "64": "icon64.png"
    },
    "manifest_version": 2
}