Image Extractor - by Visual View
Single click extract and download images on any webpage
什么是Image Extractor - by Visual View?
Image Extractor - by Visual View是由https://visualview.app开发的Chrome扩展程序,该扩展的主要功能是“Single click extract and download images on any webpage”。
扩展截图
下载Image Extractor - by Visual View扩展crx文件
下载Image Extractor - by Visual View扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The simplest way to extract and download images on a webpage.
扩展基本信息
名称 | Image Extractor - by Visual View |
ID | ppbbnicomlpilfkohhknjdkndelfncjl |
官方URL | https://chromewebstore.google.com/detail/image-extractor-by-visual/ppbbnicomlpilfkohhknjdkndelfncjl |
简介 | Single click extract and download images on any webpage |
文件大小 | 656 KB |
安装次数 | 2,697 |
当前版本 | 0.0.4 |
更新时间 | 2022-07-21 |
上架时间 | 2021-06-29 |
评分 | 5.00/5 共7次评分 |
开发者 | https://visualview.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.visualview.app/ |
隐私政策页面URL | https://something-good.notion.site/Privacy-Policy-7f5614ed56bd43069c74c9765d13deb8 |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Extractor - by Visual View", "description": "Single click extract and download images on any webpage", "version": "0.0.4", "manifest_version": 2, "background": { "scripts": [ ".\/background.js" ], "persistent": true }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "title": "Extract images" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "downloads", "activeTab" ] } |