Google Docs Image Downloader

Download all images from Google Docs with one click

什么是Google Docs Image Downloader?

Google Docs Image Downloader是由Simonas Petkevicius开发的Chrome扩展程序,该扩展的主要功能是“Download all images from Google Docs with one click”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Google Docs Image Downloader扩展crx文件

下载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"
            ]
        }
    ]
}