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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |