Image Downloader

Browse and download images from websites using Image Downloader.

Image Downloaderとは何ですか?

Image DownloaderはFREE APPSによって開発されたChromeの拡張機能で、その主な機能は「Browse and download images from websites using Image Downloader.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Image Downloader can browse, find and download images from any web pages. All picture gallery from the website are displayed in extension. Fast photo downloader one click.

For downloading click to the icon of extension on current website. It will display all photos on web page. Click on the green arrow and the image will be saved to hard disk.

You can download photos from Instagram, Facebook and more popular webs. Support formats are JPG, PNG, GIF, JPEG.                    

拡張機能の基本情報

名前 Image Downloader Image Downloader
ID famigmidcdlbjhapgalgnebdfbgcleko
公式URL https://chrome.google.com/webstore/detail/image-downloader/famigmidcdlbjhapgalgnebdfbgcleko
説明 Browse and download images from websites using Image Downloader.
ファイルサイズ 110 KB
インストール数 421
現在のバージョン 1.0.0
最終更新日 2020-11-23
公開日 2020-11-23
評価 3.67/5 合計 3 レビュー
開発者 FREE APPS
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.smart-finder.net/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Image Downloader",
    "description": "Browse and download images from websites using Image Downloader.",
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/ico_19.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "128": "img\/ico_128.png",
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "",
        "downloads"
    ]
}