Google Docs Image Downloader

Download all images from Google Docs with one click

Apa itu Google Docs Image Downloader?

Google Docs Image Downloader adalah ekstensi Chrome yang dikembangkan oleh Simonas Petkevicius, dan fitur utamanya adalah "Download all images from Google Docs with one click".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Google Docs Image Downloader

Unduh file ekstensi Google Docs Image Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Google Docs Image Downloader Google Docs Image Downloader
ID fbpcbgccoedlioejeiineobjmnpdfhkm
URL Resmi https://chromewebstore.google.com/detail/google-docs-image-downloa/fbpcbgccoedlioejeiineobjmnpdfhkm
Deskripsi Download all images from Google Docs with one click
Ukuran File 41.81 KB
Jumlah Instalasi 283
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2024-01-17
Tanggal Publikasi 2023-05-10
Penilaian 4.20/5 Total 5 Penilaian
Pengembang Simonas Petkevicius
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://simonas.me?page_id=3
Bahasa yang Didukung 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"
            ]
        }
    ]
}