Google Docs Image Downloader

Download all images from Google Docs with one click

ما هو Google Docs Image Downloader؟

Google Docs Image Downloader هو إضافة Chrome تم تطويرها بواسطة Simonas Petkevicius، والميزة الرئيسية لها هي "Download all images from Google Docs with one click".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Google Docs Image Downloader

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

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

                        Download images from Google Docs with one click.

With Google Docs Image Downloader extension, you can easily download images from Google Docs.

Key Features:

Download All Images as ZIP: Download all images from a Google Doc at once as a ZIP file. The extension conveniently packages all images into a single ZIP file.

Download Images Individually: Download all images from a Google Doc at once. The extension conveniently downloads all images without ZIPing them.

Download Single Images: Download a particular image one at a time. A quick way to get a particular image without having to download the entire set.

If you work with Google Docs on a daily basis, then Google Docs Image Downloader is the perfect helper for you.                    

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

الاسم Google Docs Image Downloader Google Docs Image Downloader
ID fbpcbgccoedlioejeiineobjmnpdfhkm
عنوان URL الرسمي https://chromewebstore.google.com/detail/google-docs-image-downloa/fbpcbgccoedlioejeiineobjmnpdfhkm
الوصف Download all images from Google Docs with one click
حجم الملف 41.81 KB
عدد التثبيتات 283
النسخة الحالية 1.0.0
آخر تحديث 2024-01-17
تاريخ النشر 2023-05-10
تقييم 4.20/5 مجموع تقييمات 5
المطور Simonas Petkevicius
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://simonas.me?page_id=3
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Docs Image Downloader",
    "version": "1.0.0",
    "description": "Download all images from Google Docs with one click",
    "permissions": [],
    "action": {
        "default_popup": "views\/popup.html"
    },
    "icons": {
        "48": "images\/icon.png",
        "64": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ]
}