Save All Opened Pics

Download all images from all opened tabs at once

ما هو Save All Opened Pics؟

Save All Opened Pics هو إضافة Chrome تم تطويرها بواسطة TaufikNur Production، والميزة الرئيسية لها هي "Download all images from all opened tabs at once".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Save All Opened Pics

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

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

                        A chrome extension that helps you to download all images which opened in separate tabs at once. You can open photos or images which you want to download in new tab as many as you wish before actually mass download them.                    

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

الاسم Save All Opened Pics Save All Opened Pics
ID meceblpljineinfobhifpfaolaeonddk
عنوان URL الرسمي https://chromewebstore.google.com/detail/save-all-opened-pics/meceblpljineinfobhifpfaolaeonddk
الوصف Download all images from all opened tabs at once
حجم الملف 27.33 KB
عدد التثبيتات 1,406
النسخة الحالية 0.0.1
آخر تحديث 2020-07-29
تاريخ النشر 2020-07-28
تقييم 1.67/5 مجموع تقييمات 6
المطور TaufikNur Production
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Save All Opened Pics",
    "version": "0.0.1",
    "description": "Download all images from all opened tabs at once",
    "author": "Taufik Nur Rahmanda",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Save All Opened Pics",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}