Image Fetcher

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

Wat is Image Fetcher?

Image Fetcher is een Chrome-extensie ontwikkeld door https://www.nzfun.cn, en de belangrijkste functie is "Download all the images in the whole page by just one click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image Fetcher

Download Image Fetcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
Officiële URL https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Beschrijving Download all the images in the whole page by just one click!
Bestandsgrootte 1.24 MB
Aantal Installaties 48
Huidige Versie 1.0
Laatst Bijgewerkt 2018-07-22
Publicatiedatum 2018-07-22
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.nzfun.cn
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.nzfun.cn
Ondersteunde Talen 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"
}