Simple image resizer
Resize an image to different sizes consecutively.
ما هو Simple image resizer؟
Simple image resizer هو إضافة Chrome تم تطويرها بواسطة Y2NR، والميزة الرئيسية لها هي "Resize an image to different sizes consecutively.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple image resizer
قم بتنزيل ملفات الامتداد Simple image resizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Resize an image file to multiple resolutions with one click. -Usage Select of drop a file into the window. Input longer side sizes. Click Create New Images. Jpeg/png files are supported.
معلومات أساسية عن التمديد
الاسم | Simple image resizer |
ID | hmpnebihandoebkjgnmheinclppofppa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-image-resizer/hmpnebihandoebkjgnmheinclppofppa |
الوصف | Resize an image to different sizes consecutively. |
حجم الملف | 14.76 KB |
عدد التثبيتات | 179 |
النسخة الحالية | 0.5.0 |
آخر تحديث | 2020-09-08 |
تاريخ النشر | 2020-09-08 |
المطور | Y2NR |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://twitter.com/Y2NR1 |
اللغات المدعومة | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_name__", "version": "0.5.0", "manifest_version": 2, "description": "__MSG_ext_desc__", "default_locale": "en", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/Simple Image Resizer icon_16.png", "48": "images\/Simple Image Resizer icon_48.png", "128": "images\/Simple Image Resizer icon_128.png" }, "browser_action": { "default_icon": "images\/Simple Image Resizer icon_32.png", "default_title": "Simple Image Resizer ", "default_popup": "popup.html" } } |