Image Fetcher

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

ما هو Image Fetcher؟

Image Fetcher هو إضافة Chrome تم تطويرها بواسطة https://www.nzfun.cn، والميزة الرئيسية لها هي "Download all the images in the whole page by just one click!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Image Fetcher

قم بتنزيل ملفات الامتداد Image Fetcher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم Image Fetcher Image Fetcher
ID bpjjmpophdipjaenolmhckclbgidbbao
عنوان URL الرسمي 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
عنوان صفحة المساعدة 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"
}