Google Docs Image Downloader

Download all images from Google Docs with one click

O que é Google Docs Image Downloader?

Google Docs Image Downloader é uma extensão do Chrome desenvolvida por Simonas Petkevicius, e sua principal característica é "Download all images from Google Docs with one click".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Docs Image Downloader

Baixe arquivos de extensão Google Docs Image Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Docs Image Downloader Google Docs Image Downloader
ID fbpcbgccoedlioejeiineobjmnpdfhkm
URL Oficial https://chromewebstore.google.com/detail/google-docs-image-downloa/fbpcbgccoedlioejeiineobjmnpdfhkm
Descrição Download all images from Google Docs with one click
Tamanho do Arquivo 41.81 KB
Contagem de Instalações 283
Versão Atual 1.0.0
Última Atualização 2024-01-17
Data de Publicação 2023-05-10
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Simonas Petkevicius
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://simonas.me?page_id=3
Idiomas Suportados 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"
            ]
        }
    ]
}