Down all images!
Downloads all images on the current website to your computer.
ما هو Down all images!؟
Down all images! هو إضافة Chrome تم تطويرها بواسطة Kevin Roos، والميزة الرئيسية لها هي "Downloads all images on the current website to your computer.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Down all images!
قم بتنزيل ملفات الامتداد Down all images! بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
✔ Displays the number of images on the current website ✔ Downloads all of them with one click to a ZIP folder If you're interested in how the program works internally, check it out on GitHub (click on "Website" below this description): https://github.com/Rookev/ImageDownloader Have fun, rate this extension and let me know your feedback!
معلومات أساسية عن التمديد
الاسم | Down all images! |
ID | hhmmkooabfefibpnhfbblbajfccfoilp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/down-all-images/hhmmkooabfefibpnhfbblbajfccfoilp |
الوصف | Downloads all images on the current website to your computer. |
حجم الملف | 68.36 KB |
عدد التثبيتات | 484 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2015-04-23 |
تاريخ النشر | 2015-04-22 |
تقييم | 2.67/5 مجموع تقييمات 6 |
المطور | Kevin Roos |
نوع الدفع | free |
موقع الإضافة | https://github.com/Rookev/ImageDownloader |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Down all images!", "description": "Downloads all images on the current website to your computer.", "version": "1.0.0", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "Down all images!" }, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |