ResourceDownloader
download all resource of website which you concerned.
什么是ResourceDownloader?
ResourceDownloader是由baozilaji开发的Chrome扩展程序,该扩展的主要功能是“download all resource of website which you concerned.”。
扩展截图
下载ResourceDownloader扩展crx文件
下载ResourceDownloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's an useful tool for users who want to download all kinds of resources of any websites which he/she concerns.
扩展基本信息
名称 | |
ID | keemeombengfdfboklkhhbgjpkacciig |
官方URL | https://chromewebstore.google.com/detail/resourcedownloader/keemeombengfdfboklkhhbgjpkacciig |
简介 | download all resource of website which you concerned. |
文件大小 | 45 KB |
安装次数 | 36 |
当前版本 | 0.0.2 |
更新时间 | 2021-06-11 |
上架时间 | 2021-06-08 |
开发者 | baozilaji |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/baozilaji/ResourceDownloader |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ResourceDownloader", "version": "0.0.2", "manifest_version": 2, "description": "download all resource of website which you concerned.", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "background": { "scripts": [ "js\/utils.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "ResourceDownloader", "default_popup": "option.html" }, "permissions": [ "webRequest", "storage", "downloads", "http:\/\/*\/*", "https:\/\/*\/*" ] } |