Save Rendered HTML
A Chrome extension that saves the fully rendered HTML of the current tab.
Save Rendered HTML là gì?
Save Rendered HTML là một tiện ích mở rộng Chrome được phát triển bởi Teddy, và tính năng chính của nó là "A Chrome extension that saves the fully rendered HTML of the current tab.".
Ả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 Save Rendered HTML
Tải xuống các tệp mở rộng Save Rendered HTML 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
Save Rendered HTML Chrome Extension =================================== This Chrome extension allows you to save the fully rendered HTML of the current tab by clicking a button in the extension's popup. Features -------- * Save the fully rendered HTML of the current tab as a file * Automatically generates a timestamped file name for the saved HTML Usage ----- 1. Visit a web page in Google Chrome. 2. Click the extension's icon to open the popup. 3. Click the "Save HTML" button to download the fully rendered HTML of the current tab as a file. The file will be named `rendered_html_.html`, where ` ` is the current date and time in ISO 8601 format.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Save Rendered HTML |
ID | pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
URL Chính Thức | https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
Mô tả | A Chrome extension that saves the fully rendered HTML of the current tab. |
Kích Thước Tệp | 164 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.1.7 |
Cập Nhật Lần Cuối | 2023-11-10 |
Ngày Phát Hành | 2023-11-10 |
Đánh Giá | 3.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Teddy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tddschn/save-rendered-html-extension |
URL Trang Trợ Giúp | https://github.com/tddschn/save-rendered-html-extension/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Save Rendered HTML", "version": "1.1.7", "description": "A Chrome extension that saves the fully rendered HTML of the current tab.", "permissions": [ "activeTab", "downloads", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" } }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |