Image Fetcher

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

Apa itu Image Fetcher?

Image Fetcher adalah ekstensi Chrome yang dikembangkan oleh https://www.nzfun.cn, dan fitur utamanya adalah "Download all the images in the whole page by just one click!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image Fetcher

Unduh file ekstensi Image Fetcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
URL Resmi https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao
Deskripsi Download all the images in the whole page by just one click!
Ukuran File 1.24 MB
Jumlah Instalasi 48
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-07-22
Tanggal Publikasi 2018-07-22
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.nzfun.cn
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://www.nzfun.cn
Bahasa yang Didukung 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"
}