GetThemAll

Download all the images on a webpage

ما هو GetThemAll؟

GetThemAll هو إضافة Chrome تم تطويرها بواسطة federerchou، والميزة الرئيسية لها هي "Download all the images on a webpage".

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

screenshot

تحميل ملف CRX للإضافة GetThemAll

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

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

                        You can use this extension to download all the images on a webpage. You can specify the folder you want these images to save to.                    

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

الاسم GetThemAll GetThemAll
ID fhkjfciooifcflkailbnchdaihccdebf
عنوان URL الرسمي https://chrome.google.com/webstore/detail/getthemall/fhkjfciooifcflkailbnchdaihccdebf
الوصف Download all the images on a webpage
حجم الملف 207 KB
عدد التثبيتات 31,420
النسخة الحالية 1.2.3
آخر تحديث 2018-01-25
تاريخ النشر 2018-01-25
تقييم 2.32/5 مجموع تقييمات 119
المطور federerchou
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GetThemAll",
    "description": "Download all the images on a webpage",
    "version": "1.2.3",
    "author": "[email protected]",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "GetThemAll"
    },
    "background": {
        "scripts": [
            "manager.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "downloads",
        "file:\/\/*"
    ]
}