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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |