Download Renamer

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

Cos'è Download Renamer?

Download Renamer è un'estensione di Chrome sviluppata da Michael, e la sua funzione principale è "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Download Renamer

Scarica i file di estensione Download Renamer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
URL Ufficiale https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Descrizione Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Dimensione del File 7.94 KB
Conteggio Installazioni 30
Versione Corrente 1.2
Ultimo Aggiornamento 2019-02-21
Data di Pubblicazione 2019-02-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Michael
Tipo di Pagamento free
Lingue Supportate 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
}