Loadify - Smart Image Downloader

The definitive tool to get all the images and colors of any web.

ما هو Loadify - Smart Image Downloader؟

Loadify - Smart Image Downloader هو إضافة Chrome تم تطويرها بواسطة Loadify، والميزة الرئيسية لها هي "The definitive tool to get all the images and colors of any web.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Loadify - Smart Image Downloader

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

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

                        Loadify - Smart Image Downloader.

A Powerful image download extension that gives you fast and convenient access to all images on any webpage. 

Easy to use with responsive and intuitive design. Just a single click to download all the images and colors available of any webpage.                    

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

الاسم Loadify - Smart Image Downloader Loadify - Smart Image Downloader
ID kbohbdnooimgjlohmicjmoagppjdcbam
عنوان URL الرسمي https://chromewebstore.google.com/detail/loadify-smart-image-downl/kbohbdnooimgjlohmicjmoagppjdcbam
الوصف The definitive tool to get all the images and colors of any web.
حجم الملف 100 KB
عدد التثبيتات 35,637
النسخة الحالية 1.2.18
آخر تحديث 2019-09-22
تاريخ النشر 2019-09-22
تقييم 4.75/5 مجموع تقييمات 40
المطور Loadify
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loadify - Smart Image Downloader",
    "version": "1.2.18",
    "description": "The definitive tool to get all the images and colors of any web.",
    "icons": {
        "16": "img\/icon16.png",
        "24": "img\/icon24.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Loadify - Smart Image Downloader",
        "default_icon": {
            "64": "img\/icon64.png",
            "128": "img\/icon128.png"
        }
    },
    "author": "csimo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "*"
    ],
    "permissions": [
        "tabs",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}