Image Fetcher
Download all the images in the whole page by just one click!
什么是Image Fetcher?
Image Fetcher是由https://www.nzfun.cn开发的Chrome扩展程序,该扩展的主要功能是“Download all the images in the whole page by just one click!”。
扩展截图
下载Image Fetcher扩展crx文件
下载Image Fetcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | bpjjmpophdipjaenolmhckclbgidbbao |
官方URL | https://chrome.google.com/webstore/detail/image-fetcher/bpjjmpophdipjaenolmhckclbgidbbao |
简介 | Download all the images in the whole page by just one click! |
文件大小 | 1.24 MB |
安装次数 | 48 |
当前版本 | 1.0 |
更新时间 | 2018-07-22 |
上架时间 | 2018-07-22 |
评分 | 5.00/5 共2次评分 |
开发者 | https://www.nzfun.cn |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://www.nzfun.cn |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "default_popup": "popup.html", "default_title": "Image Fetcher" }, "author": "HTB", "content_scripts": [ { "js": [ "js\/content-script.js", "js\/jquery-3.2.1.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/fetch.js" ], "description": "Download all the images in the whole page by just one click!", "homepage_url": "https:\/\/www.nzfun.cn", "icons": { "128": "images\/icon_48.png", "19": "images\/icon_19.png", "38": "images\/icon_38.png" }, "manifest_version": 2, "name": "Image Fetcher", "permissions": [ "downloads", "contextMenus" ], "version": "1.0" } |