Download All Images

Save all images in active tab as .zip file. Easily save photos from Instagram, Google Images, etc.

Download All Imagesคืออะไร?

Download All Images เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://download-all-images.mobilefirst.me และคุณลักษณะหลักของมันคือ "Save all images in active tab as .zip file. Easily save photos from Instagram, Google Images, etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Download All Images

ดาวน์โหลดไฟล์ส่วนขยาย Download All Images ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Download All Images is the #1 bulk image downloader with over 150K users world wide!

Key features
================================
✔️ Super easy to use: just click the icon!
✔️ Outputs all images in 1 zip file 
✔️ Supports many formats: jpg, png, gif, svg, webp, base64, etc. 
✔️ Can handle hundreds of images
✔️ Finds lazy loaded images
✔️ Follows links to original image
✔️ Requires only minimal permissions
✔️ Works in incognito mode

How it works
================================
1. Click the add-on icon to start
➜ Extension searches the active tab for images
➜ Extension downloads all discovered images and creates a zip file
2. Unzip and do whatever!

Extension needs permission to access URLs to be able to download images directly on your device. This gives user privacy knowing their activities are not visible to developer. Review permissions disclaimer below to understand why specific permissions are requested.

Minimum permissions disclaimer
================================ 
"activeTab"
Extension analyzes active tab to determine what images to download

"http://*/*" and "https://*/*"
Actual images are hosted over various domains. This permission is needed to enable CORS to fetch image data directly on user's device in javascript. The request is direct from user's device to server hosting the image (no proxies or other servers are being used). This permission is the minimal permission needed to accomplish this core extension functionality.

"contextMenus"
This extension has no significant UI, therefore non-core extension features are accessible through the context menu

"storage"
for saving user preferences

Privacy Policy
================================
https://download-all-images.mobilefirst.me/privacy                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Download All Images Download All Images
ID ifipmflagepipjokmbdecpmjbibjnakm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/download-all-images/ifipmflagepipjokmbdecpmjbibjnakm
คำอธิบาย Save all images in active tab as .zip file. Easily save photos from Instagram, Google Images, etc.
ขนาดไฟล์ 83.45 KB
จำนวนการติดตั้ง 283,537
เวอร์ชันปัจจุบัน 3.1.0
อัปเดตครั้งล่าสุด 2021-07-29
วันที่เผยแพร่ 2019-09-16
คะแนน 3.89/5 รวมทั้งหมด 394 คะแนน
ผู้พัฒนา https://download-all-images.mobilefirst.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://download-all-images.mobilefirst.me
URL หน้าช่วยเหลือ https://download-all-images.mobilefirst.me/faqs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDesc__",
    "version": "3.1.0",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "31",
    "homepage_url": "https:\/\/download-all-images.mobilefirst.me",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/128x128.png"
    },
    "content_security_policy": "script-src 'self' 'sha256-7PAbLBmgom0B49H48ONaE6wjOB7NWF+LE4eI3k9t4jQ=' 'sha256-74NY97q+4kUS1FeHk9Ttd5WDm0Q3zEhgKD098Dl\/Y6g=' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "16": "assets\/16x16.png",
            "24": "assets\/24x24.png",
            "32": "assets\/32x32.png"
        },
        "default_title": "__MSG_app_action__"
    },
    "options_page": "options.html",
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}