Image Photo Downloader

Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.

什麼是Image Photo Downloader?

Image Photo Downloader是由laegorova1995開發的Chrome擴展程式,該擴展的主要功能是“Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.”。

擴展截圖

screenshot
screenshot

下載Image Photo Downloader擴展crx文件

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

擴展使用說明

                        All image formats support PNG, JPEG, SVG, etc.
What expansion can do:
 download pictures, free images, stock photos, image from url
 support PNG, JPEG, SVG
Download all images from a website!
Photo downloader is absolutely free.
How it works
 
 Click to the icon on current webpage. 
 And you can start download pictures.                    

擴展基本資訊

名稱 Image Photo Downloader Image Photo Downloader
ID gjbkejgdgaihjdacichaebfahecimjpl
官方網址 https://chrome.google.com/webstore/detail/image-photo-downloader/gjbkejgdgaihjdacichaebfahecimjpl
簡介 Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.
檔案大小 83.87 KB
安裝次數 1,156
目前版本 1.0.2
更新時間 2021-03-24
上架時間 2021-03-24
評分 2.33/5 共 3 次評分
開發者 laegorova1995
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://teletype.in/@prpolicyi/FjUb-gNyby9
支援的語言 id,ms,de,en,en-GB,en-US,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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 Photo Downloader",
    "version": "1.0.2",
    "default_locale": "en",
    "description": "Download all images from a website. Easily save photos from Instagram, Facebook, Pinterest, Google Images and other website.",
    "author": "CONOR",
    "minimum_chrome_version": "31",
    "incognito": "split",
    "browser_action": {
        "default_icon": "assets\/icon48.png",
        "default_title": "Image Photo Downloader",
        "default_popup": "views\/popup.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            }
        }
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "background": {
        "scripts": [
            "scripts\/defaults.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "downloads",
        ""
    ],
    "options_page": "views\/options.html",
    "options_ui": {
        "page": "views\/options.html"
    }
}