Image Finder
Find images to save
什么是Image Finder?
Image Finder是由https://anadev.com.br开发的Chrome扩展程序,该扩展的主要功能是“Find images to save”。
扩展截图
下载Image Finder扩展crx文件
下载Image Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension scrapes the current web page and lists all images found, on tags or even elements with background-image. - references: https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/examples/page-redder https://blog.crimx.com/2017/03/09/get-all-images-in-dom-including-background-en/ - extension icon: made by Freepik from www.flaticon.com
扩展基本信息
名称 | Image Finder |
ID | nejmjohiggmikmmhagccbogaohhbicjc |
官方URL | https://chromewebstore.google.com/detail/image-finder/nejmjohiggmikmmhagccbogaohhbicjc |
简介 | Find images to save |
文件大小 | 19 KB |
安装次数 | 246 |
当前版本 | 0.1 |
更新时间 | 2021-03-23 |
上架时间 | 2021-03-22 |
评分 | 5.00/5 共1次评分 |
开发者 | https://anadev.com.br |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Finder", "action": [], "manifest_version": 3, "version": "0.1", "description": "Find images to save", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "finder.js" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |