Image Fetcher

Download all the images in the whole page by just one click!

什麼是Image Fetcher?

Image Fetcher是由https://www.nzfun.cn開發的Chrome擴展程式,該擴展的主要功能是“Download all the images in the whole page by just one click!”。

擴展截圖

screenshot

下載Image Fetcher擴展crx文件

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

擴展使用說明

                                            

擴展基本資訊

名稱 Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
官方網址 https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
簡介 Download all the images in the whole page by just one click!
檔案大小 1.24 MB
安裝次數 48
目前版本 1.0
更新時間 2018-07-22
上架時間 2018-07-22
評分 5.00/5 共 2 次評分
開發者 https://www.nzfun.cn
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://www.nzfun.cn
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Image Fetcher"
    },
    "author": "HTB",
    "content_scripts": [
        {
            "js": [
                "js\/content-script.js",
                "js\/jquery-3.2.1.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "js\/fetch.js"
    ],
    "description": "Download all the images in the whole page by just one click!",
    "homepage_url": "https:\/\/www.nzfun.cn",
    "icons": {
        "128": "images\/icon_48.png",
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png"
    },
    "manifest_version": 2,
    "name": "Image Fetcher",
    "permissions": [
        "downloads",
        "contextMenus"
    ],
    "version": "1.0"
}