Download Renamer

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

Wat is Download Renamer?

Download Renamer is een Chrome-extensie ontwikkeld door Michael, en de belangrijkste functie is "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Download Renamer

Download Download Renamer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Officiële URL https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Beschrijving Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Bestandsgrootte 7.94 KB
Aantal Installaties 30
Huidige Versie 1.2
Laatst Bijgewerkt 2019-02-21
Publicatiedatum 2019-02-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Michael
Betalingswijze free
Ondersteunde Talen 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
}