Image Downloader
Downlosad image in just a click.
ما هو Image Downloader؟
Image Downloader هو إضافة Chrome تم تطويرها بواسطة Anand Sudhanaboina، والميزة الرئيسية لها هي "Downlosad image in just a click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image Downloader
قم بتنزيل ملفات الامتداد Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download any image from google chrome in just one click. Note : If your are using incognito mode in chrome. You have to explicitly enable this extension to work with incognito mode in Settings->Extensions of your chrome.
معلومات أساسية عن التمديد
الاسم | |
ID | bopfjfpkjbnoohilihgfjahdkfhnjaig |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/image-downloader/bopfjfpkjbnoohilihgfjahdkfhnjaig |
الوصف | Downlosad image in just a click. |
حجم الملف | 28.6 KB |
عدد التثبيتات | 3,486 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2020-07-02 |
تاريخ النشر | 2020-07-02 |
تقييم | 3.71/5 مجموع تقييمات 17 |
المطور | Anand Sudhanaboina |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://github.com/anands/misc |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Downloader", "short_name": "Image Downloader", "version": "1.1.0", "manifest_version": 2, "description": "Downlosad image in just a click.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "downloads", "contextMenus" ], "background": { "scripts": [ "background.js" ] } } |