Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Was ist Download Renamer?
Download Renamer ist eine Chrome-Erweiterung, die von Michael entwickelt wurde, und ihr Hauptmerkmal ist "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".
Erweiterungsscreenshots
Download Renamer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Download Renamer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Offizielle URL | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Beschreibung | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
Dateigröße | 7.94 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.2 |
Letztes Update | 2019-02-21 |
Veröffentlichungsdatum | 2019-02-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Michael |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |