Google Image Downloader
This extension lets you directly download google images.
What is Google Image Downloader?
Google Image Downloader is a Chrome extension developed by Thejus Kayanadath, and its main feature is "This extension lets you directly download google images.".
Extension Screenshots
Download Google Image Downloader Extension CRX File
Download Google Image Downloader extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Press the 'Download Image' button and it saves the image directly to your Downloads folder. Simple.
Extension Basic Information
Name | |
ID | nfagjnjnmknppbpbeecillkcedghidcd |
Official URL | https://chrome.google.com/webstore/detail/google-image-downloader/nfagjnjnmknppbpbeecillkcedghidcd |
Description | This extension lets you directly download google images. |
File Size | 6.87 KB |
Installation Count | 621 |
Current Version | 0.0.1 |
Last Updated | 2017-11-24 |
Publish Date | 2017-11-24 |
Rating | 1.91/5 Total 11 Ratings |
Developer | Thejus Kayanadath |
[email protected] | |
Payment Type | free |
Supported Languages | 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*" ] } ] } |