web image downloader
Using this extension you can download any image you want as type you want.
ما هو web image downloader؟
web image downloader هو إضافة Chrome تم تطويرها بواسطة ahmed chakir، والميزة الرئيسية لها هي "Using this extension you can download any image you want as type you want.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة web image downloader
قم بتنزيل ملفات الامتداد web image downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By using this extension you'll can download image as any type you want: PNG or JPG, WebP. How to use this extension: 1.After installing rthe extension in google chrome webstore. 2.Go to image you want to download and open contextmenus. 3.You'll see extension's option. 4.Click on type you want to save image as. 5.It will be saved in your device fastly. It's easy! thank you.
معلومات أساسية عن التمديد
الاسم | web image downloader |
ID | globiogeokggklpmjjfdglbhipdfmeoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/web-image-downloader/globiogeokggklpmjjfdglbhipdfmeoa |
الوصف | Using this extension you can download any image you want as type you want. |
حجم الملف | 13.18 KB |
عدد التثبيتات | 22 |
النسخة الحالية | 2.1.4 |
آخر تحديث | 2021-10-26 |
تاريخ النشر | 2021-10-26 |
المطور | ahmed chakir |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://alsharqa.net/ |
عنوان صفحة المساعدة | https://alsharqa.net/ |
عنوان صفحة سياسة الخصوصية | https://maaloma.tech/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "icons": { "128": "p128.png", "16": "p16.png", "48": "p48.png" }, "background": { "scripts": [ "1.background.js" ] }, "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "31.0.0", "permissions": [ "downloads", "contextMenus" ], "version": "2.1.4" } |