Google Image Downloader
This extension lets you directly download google images.
ما هو Google Image Downloader؟
Google Image Downloader هو إضافة Chrome تم تطويرها بواسطة Thejus Kayanadath، والميزة الرئيسية لها هي "This extension lets you directly download google images.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Image Downloader
قم بتنزيل ملفات الامتداد Google Image Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
معلومات أساسية عن التمديد
الاسم | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
الوصف | This extension lets you directly download google images. |
حجم الملف | 6.87 KB |
عدد التثبيتات | 621 |
النسخة الحالية | 0.0.1 |
آخر تحديث | 2017-11-24 |
تاريخ النشر | 2017-11-24 |
تقييم | 1.91/5 مجموع تقييمات 11 |
المطور | Thejus Kayanadath |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Image Downloader", "description": "This extension lets you directly download google images.", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/search?*tbm=isch*", "http:\/\/*\/search?*tbm=isch*" ] } ] } |