Save Rendered HTML
A Chrome extension that saves the fully rendered HTML of the current tab.
什么是Save Rendered HTML?
Save Rendered HTML是由Teddy开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension that saves the fully rendered HTML of the current tab.”。
扩展截图
下载Save Rendered HTML扩展crx文件
下载Save Rendered HTML扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Save Rendered HTML |
ID | pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
官方URL | https://chromewebstore.google.com/detail/save-rendered-html/pdlopbmgodpapaoeiagfcdcgdhmdpgpk |
简介 | A Chrome extension that saves the fully rendered HTML of the current tab. |
文件大小 | 164 KB |
安装次数 | 70 |
当前版本 | 1.1.7 |
更新时间 | 2023-11-10 |
上架时间 | 2023-11-10 |
评分 | 3.00/5 共1次评分 |
开发者 | Teddy |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/tddschn/save-rendered-html-extension |
帮助页面URL | https://github.com/tddschn/save-rendered-html-extension/issues |
支持的语言 | 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" } } |