Image Downloader

Easily save all images in a website to a zip file with just one click!

什麼是Image Downloader?

Image Downloader是由Muyor開發的Chrome擴展程式,該擴展的主要功能是“Easily save all images in a website to a zip file with just one click!”。

擴展截圖

screenshot
screenshot
screenshot

下載Image Downloader擴展crx文件

下載Image Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Image Downloader is an extension that lets you easily find and download all images on a website to a single ZIP file. 

Simply click on the toolbar button to open the app interface (in a new tab). Within the interface, you can see the list of fetched images for the current tab. To open the UI in the toolbar popup, please right click on the toolbar button and then mark the - Open in popup - checkbox. On the left side, you can see the list of available options. To download images to your computer, please select an image(s) and then click on the download button on the top-left corner.

Please note that the download location is the default location in your browser. Moreover, for each step, a desktop notification will show up containing information about the current state.

If you have a bug report or a feature request, please fill the bug report form on the add-on's homepage (https://mybrowseraddon.com/download-all-images.html).                    

擴展基本資訊

名稱 Image Downloader Image Downloader
ID lmdifomaeaafacegacimkkdgkhikbpnb
官方網址 https://chromewebstore.google.com/detail/image-downloader/lmdifomaeaafacegacimkkdgkhikbpnb
簡介 Easily save all images in a website to a zip file with just one click!
檔案大小 125 KB
安裝次數 2,104
目前版本 0.1.5
更新時間 2023-07-30
上架時間 2018-09-24
評分 2.75/5 共 4 次評分
開發者 Muyor
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mybrowseraddon.com/download-all-images.html
說明頁面URL https://mybrowseraddon.com/download-all-images.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "offline_enabled": true,
    "name": "Image Downloader",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-all-images.html",
    "description": "Easily save all images in a website to a zip file with just one click!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "notifications"
    ],
    "action": {
        "default_title": "Image Downloader",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}