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 |
电子邮箱 | [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*" ] } ] } |