Resources Saver
Save all of a webpage's files while retaining folder structure.
Resources Saver là gì?
Resources Saver là một tiện ích mở rộng Chrome được phát triển bởi https://thorium.rocks, và tính năng chính của nó là "Save all of a webpage's files while retaining folder structure.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Resources Saver
Tải xuống các tệp mở rộng Resources Saver dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Chromium Extension for one click downloading of all webpage resources files while keeping folder structures. - Alex313031
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Resources Saver |
ID | nlfcijlhljpenllloeheihmhoobeefpc |
URL Chính Thức | https://chromewebstore.google.com/detail/resources-saver/nlfcijlhljpenllloeheihmhoobeefpc |
Mô tả | Save all of a webpage's files while retaining folder structure. |
Kích Thước Tệp | 351 KB |
Số Lần Cài Đặt | 7,283 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2023-04-19 |
Ngày Phát Hành | 2022-08-11 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://thorium.rocks |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Alex313031/Resources-Saver |
URL Trang Trợ Giúp | https://github.com/Alex313031/Resources-Saver/issues |
URL Trang Chính Sách Bảo Mật | https://thorium.rocks/COC.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |