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
公式URL 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
Eメール [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"
    ]
}