Image Extension Fix
Automatically renames image downloads according to the type they are
ما هو Image Extension Fix؟
Image Extension Fix هو إضافة Chrome تم تطويرها بواسطة Colin Campbell، والميزة الرئيسية لها هي "Automatically renames image downloads according to the type they are".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Extension Fix
قم بتنزيل ملفات الامتداد Image Extension Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Automatically renames images according to the type they are. No more .jpg GIFs or .large-0x539 JPEGs. This extension is open source software (MIT licensed). https://github.com/colin-c/image-extension-fix
معلومات أساسية عن التمديد
الاسم | Image Extension Fix |
ID | bdinnahhocpbhaolpffbceckdfiafffn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-extension-fix/bdinnahhocpbhaolpffbceckdfiafffn |
الوصف | Automatically renames image downloads according to the type they are |
حجم الملف | 49.19 KB |
عدد التثبيتات | 687 |
النسخة الحالية | 0.2 |
آخر تحديث | 2017-06-03 |
تاريخ النشر | 2017-06-03 |
تقييم | 4.33/5 مجموع تقييمات 18 |
المطور | Colin Campbell |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/colin-c/image-extension-fix |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Image Extension Fix", "short_name": "Img Ext Fix", "description": "Automatically renames image downloads according to the type they are", "version": "0.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "downloads" ], "content_security_policy": "script-src 'self'; object-src 'self'", "background": { "scripts": [ "includes\/file_extension_mapping.js", "includes\/util.js", "main.js" ], "persistent": false } } |