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”。
擴展截圖
下載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 |
ID | fbpcbgccoedlioejeiineobjmnpdfhkm |
官方網址 | 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" ] } ] } |