Image Downloader - Image Eye

Search and Download all images on a web page.

什麼是Image Downloader - Image Eye?

Image Downloader - Image Eye是由PerrkLex_Dogg開發的Chrome擴展程式,該擴展的主要功能是“Search and Download all images on a web page.”。

擴展截圖

screenshot
screenshot

下載Image Downloader - Image Eye擴展crx文件

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

擴展使用說明

                        Search and Download all images on a web page.

With this Image Downloader you can find, browse and download all the images present in a web page. 
================================================================
In Addition you can:

- filter based on pixel width and height
- filter based on URL
- bulk download all images in once
- select what images you want to download
- check the size of each image
- copy the URL of the original image
- choose between various layout options
- supporting all principal websites (Instagram, Facebook, Twitter, etc...)

You can Download any websites images....!                    

擴展基本資訊

名稱 Image Downloader - Image Eye Image Downloader - Image Eye
ID khklnbndokpbhebbienfbmihjccogifa
官方網址 https://chrome.google.com/webstore/detail/image-downloader-image-ey/khklnbndokpbhebbienfbmihjccogifa
簡介 Search and Download all images on a web page.
檔案大小 1.17 MB
安裝次數 2,717
目前版本 3.0.1
更新時間 2022-08-30
上架時間 2022-06-16
評分 4.81/5 共 21 次評分
開發者 PerrkLex_Dogg
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://sites.google.com/view/perklen/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,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",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "53.0"
        }
    },
    "manifest_version": 3,
    "name": "Image Downloader - Image Eye",
    "short_name": "imageyeplus",
    "description": "Search and Download all images on a web page.",
    "default_locale": "en",
    "version": "3.0.1",
    "action": {
        "default_icon": "imageyeplus128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "scripting",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "fixR.js"
    },
    "icons": {
        "128": "imageyeplus128.png"
    }
}