Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Qu'est-ce que Download Renamer ?
Download Renamer est une extension Chrome développée par Michael, et sa fonction principale est "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Download Renamer
Téléchargez les fichiers d'extension Download Renamer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
URL Officiel | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
Description | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
Taille du Fichier | 7.94 KB |
Nombre d'Installations | 30 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-02-21 |
Date de Publication | 2019-02-21 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Michael |
Type de Paiement | free |
Langues Prises en Charge | 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 } |