Image Downloader Pro

Download images by one click, easy scan, easy download~

什麼是Image Downloader Pro?

Image Downloader Pro是由https://xyccstudio.cn開發的Chrome擴展程式,該擴展的主要功能是“Download images by one click, easy scan, easy download~”。

擴展截圖

screenshot
screenshot
screenshot

下載Image Downloader Pro擴展crx文件

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

擴展使用說明

                        Find all or current types of images on the page and provide image filtering by resolution, which is simple and practical

There are currently two ways of use:
1. Download all images from the current webpage;
2. According to the xpath selection method, selecting all images under the same root path has a better filtering effect;

Operation method:
1. Large image preview, mouse scrolling preview, and thumbnail preview at the bottom of the page;
2. Support displaying basic image information;
3. Quick download;
4. Support quick positioning to selected images;
5. Support filtering images based on size;
6. Support batch downloading of all images;
7. Support zooming in and out to view images;
8. Support promoting the viewing of images;
9. Support quick positioning to view image locations;                    

擴展基本資訊

名稱 Image Downloader Pro Image Downloader Pro
ID mbemenikbjakghfmdkfdochjdknoohab
官方網址 https://chromewebstore.google.com/detail/image-downloader-pro/mbemenikbjakghfmdkfdochjdknoohab
簡介 Download images by one click, easy scan, easy download~
檔案大小 59.29 KB
安裝次數 1,254
目前版本 1.3
更新時間 2023-09-04
上架時間 2017-11-15
評分 3.00/5 共 4 次評分
開發者 https://xyccstudio.cn
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://xyccstudio.cn/books/imagedownloader/
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3",
    "default_locale": "en",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/content_scripts.js"
            ],
            "css": [
                "js\/style.css"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "contextMenus"
    ]
}