Resources Saver
Save all of a webpage's files while retaining folder structure.
什么是Resources Saver?
Resources Saver是由https://thorium.rocks开发的Chrome扩展程序,该扩展的主要功能是“Save all of a webpage's files while retaining folder structure.”。
扩展截图
下载Resources Saver扩展crx文件
下载Resources Saver扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chromium Extension for one click downloading of all webpage resources files while keeping folder structures. - Alex313031
扩展基本信息
名称 | Resources Saver |
ID | nlfcijlhljpenllloeheihmhoobeefpc |
官方URL | https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc |
简介 | Save all of a webpage's files while retaining folder structure. |
文件大小 | 351 KB |
安装次数 | 7,283 |
当前版本 | 0.2.2 |
更新时间 | 2023-04-19 |
上架时间 | 2022-08-11 |
评分 | 5.00/5 共3次评分 |
开发者 | https://thorium.rocks |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Alex313031/Resources-Saver |
帮助页面URL | https://github.com/Alex313031/Resources-Saver/issues |
隐私政策页面URL | https://thorium.rocks/COC.html |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resources Saver", "short_name": "Resources Saver", "manifest_version": 3, "version": "0.2.2", "version_name": "0.2.2", "offline_enabled": true, "minimum_chrome_version": "88", "description": "Save all of a webpage's files while retaining folder structure.", "author": "Alex313031", "homepage_url": "https:\/\/github.com\/Alex313031\/Resources-Saver", "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png" }, "default_title": "Resources Saver", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "downloads", "downloads.shelf" ], "host_permissions": [ "http:\/\/*\/", "https:\/\/*\/", "ftp:\/\/*\/", "file:\/\/*\/", "*:\/\/*\/*" ], "devtools_page": "devtools.html" } |