Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
ما هو Download Renamer؟
Download Renamer هو إضافة Chrome تم تطويرها بواسطة Michael، والميزة الرئيسية لها هي "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Download Renamer
قم بتنزيل ملفات الامتداد Download Renamer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
الوصف | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
حجم الملف | 7.94 KB |
عدد التثبيتات | 30 |
النسخة الحالية | 1.2 |
آخر تحديث | 2019-02-21 |
تاريخ النشر | 2019-02-21 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Michael |
نوع الدفع | free |
اللغات المدعومة | 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 } |