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 |
公式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 |
Eメール | [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" ] } ] } |