Google Docs Image Downloader

Download all images from Google Docs with one click

Was ist Google Docs Image Downloader?

Google Docs Image Downloader ist eine Chrome-Erweiterung, die von Simonas Petkevicius entwickelt wurde, und ihr Hauptmerkmal ist "Download all images from Google Docs with one click".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Google Docs Image Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google Docs Image Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Google Docs Image Downloader Google Docs Image Downloader
ID fbpcbgccoedlioejeiineobjmnpdfhkm
Offizielle URL https://chromewebstore.google.com/detail/google-docs-image-downloa/fbpcbgccoedlioejeiineobjmnpdfhkm
Beschreibung Download all images from Google Docs with one click
Dateigröße 41.81 KB
Installationsanzahl 283
Aktuelle Version 1.0.0
Letztes Update 2024-01-17
Veröffentlichungsdatum 2023-05-10
Bewertung 4.20/5 Insgesamt 5 Bewertungen
Entwickler Simonas Petkevicius
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://simonas.me?page_id=3
Unterstützte Sprachen 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"
            ]
        }
    ]
}