Image Grabber
Extract all images from current web page
什么是Image Grabber?
Image Grabber是由https://germanov.dev开发的Chrome扩展程序,该扩展的主要功能是“Extract all images from current web page”。
扩展截图
下载Image Grabber扩展crx文件
下载Image Grabber扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Using this extension you can grab all images from current web page and download them as a single zip-archive. Also, it provides an interface to select which images to download.
扩展基本信息
名称 | |
ID | nhafocipdhkabgekppaioplmopkcckoj |
官方URL | https://chromewebstore.google.com/detail/image-grabber/nhafocipdhkabgekppaioplmopkcckoj |
简介 | Extract all images from current web page |
文件大小 | 42.24 KB |
安装次数 | 1,687 |
当前版本 | 1.1 |
更新时间 | 2022-12-14 |
上架时间 | 2022-02-22 |
评分 | 3.00/5 共2次评分 |
开发者 | https://germanov.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://dev.to/andreygermanov/create-a-google-chrome-extension-part-1-image-grabber-1foa |
帮助页面URL | https://germanov.dev/contacts |
隐私政策页面URL | https://germanov.dev/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Grabber", "description": "Extract all images from current web page", "version": "1.1", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "scripting", "activeTab" ], "background": [] } |