IMAGE DOWNLOADER
Browse and download images on a web page.
ما هو IMAGE DOWNLOADER؟
IMAGE DOWNLOADER هو إضافة Chrome تم تطويرها بواسطة htaigen، والميزة الرئيسية لها هي "Browse and download images on a web page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IMAGE DOWNLOADER
قم بتنزيل ملفات الامتداد IMAGE DOWNLOADER بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IMAGE DOWNLOADER
See images that the page contains and links to
Filter them by width, height, and URL; supports wildcard and regex
Optionally show only images from links
Select images to download by clicking on the image
Use dedicated buttons to download or open individual images in new tabs
Customize image display width, columns, border size, and color
Hide filters, buttons and notifications you don't need معلومات أساسية عن التمديد
| الاسم | |
| ID | leakgmkipjfnmnacgakpggmilnhlmbcg |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-downloader/leakgmkipjfnmnacgakpggmilnhlmbcg |
| الوصف | Browse and download images on a web page. |
| حجم الملف | 883 KB |
| عدد التثبيتات | 2,521 |
| النسخة الحالية | 2.4.0 |
| آخر تحديث | 2021-06-27 |
| تاريخ النشر | 2019-12-11 |
| تقييم | 4.08/5 مجموع تقييمات 12 |
| المطور | htaigen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://hatai.github.io/image-downloader/ |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IMAGE DOWNLOADER",
"short_name": "IMG DOWNLOADER",
"description": "Browse and download images on a web page.",
"version": "2.4.0",
"minimum_chrome_version": "60",
"manifest_version": 2,
"author": "hatai",
"permissions": [
"activeTab",
"downloads",
"storage"
],
"browser_action": {
"default_icon": "\/icons\/icon_128.png",
"default_popup": "index.html"
},
"icons": {
"16": "\/icons\/icon_16.png",
"48": "\/icons\/icon_48.png",
"128": "\/icons\/icon_128.png"
},
"web_accessible_resources": [
"\/images\/open.png",
"\/images\/download.png"
],
"background": {
"scripts": [
"\/scripts\/background.js"
],
"persistent": false
}
} | |