Google Image Downloader
This extension lets you directly download google images.
Google Image Downloaderとは何ですか?
Google Image DownloaderはThejus Kayanadathによって開発されたChromeの拡張機能で、その主な機能は「This extension lets you directly download google images.」です。
拡張機能のスクリーンショット
Google Image Downloader拡張機能のCRXファイルをダウンロード
Google Image Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
拡張機能の基本情報
名前 | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
公式URL | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
説明 | This extension lets you directly download google images. |
ファイルサイズ | 6.87 KB |
インストール数 | 621 |
現在のバージョン | 0.0.1 |
最終更新日 | 2017-11-24 |
公開日 | 2017-11-24 |
評価 | 1.91/5 合計 11 レビュー |
開発者 | Thejus Kayanadath |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Image Downloader", "description": "This extension lets you directly download google images.", "version": "0.0.1", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*\/search?*tbm=isch*", "http:\/\/*\/search?*tbm=isch*" ] } ] } |