Image Fetcher

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

Vad är Image Fetcher?

Image Fetcher är en Chrome-tillägg utvecklad av https://www.nzfun.cn, och dess huvudfunktion är "Download all the images in the whole page by just one click!".

Tilläggsskärmbilder

screenshot

Ladda ner Image Fetcher-förlängningens CRX-fil

Ladda ner Image Fetcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
Officiell webbadress https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Beskrivning Download all the images in the whole page by just one click!
Filstorlek 1.24 MB
Antal Installationer 48
Aktuell Version 1.0
Senast Uppdaterad 2018-07-22
Publiceringsdatum 2018-07-22
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.nzfun.cn
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.nzfun.cn
Stödda Språk 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"
}