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 с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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
URL страницы политики конфиденциальности 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"
            ]
        }
    ]
}