Image Downloader

Download images from websites with filtration.

Image Downloaderとは何ですか?

Image Downloaderはsadirjaparov75によって開発されたChromeの拡張機能で、その主な機能は「Download images from websites with filtration.」です。

拡張機能のスクリーンショット

screenshot

Image Downloader拡張機能のCRXファイルをダウンロード

Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We have a great extension for you that can make it easier for you to spend your time uploading images. This is Image Downloader. It makes bulk uploading of images more convenient. Moreover, you can do it with the help of one click. Your images will be very bright and clear. The extension is lightweight and has a user-friendly interface. You can also specify a minimum or maximum width for the images you want to upload. Image Downloader is completely free and we are sure you will love it.                    

拡張機能の基本情報

名前 Image Downloader Image Downloader
ID jbkdpgdfhmgejckbhpmjmipcojfgjdao
公式URL https://chrome.google.com/webstore/detail/image-downloader/jbkdpgdfhmgejckbhpmjmipcojfgjdao
説明 Download images from websites with filtration.
ファイルサイズ 54.55 KB
インストール数 7,000
現在のバージョン 1.2
最終更新日 2021-10-04
公開日 2021-01-26
評価 4.00/5 合計 14 レビュー
開発者 sadirjaparov75
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Image Downloader",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "1.2",
    "background": {
        "scripts": [
            "scripts\/bkg\/initLab.js",
            "scripts\/bkg\/codexLab.js",
            "scripts\/chrome.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/parser.js",
                "scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "browser_action": {
        "default_icon": "media\/logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "downloads",
        "storage"
    ],
    "icons": {
        "128": "media\/logo.png"
    }
}