- 首页
- 克隆为 HTML
HTML you can actually use
Clean markup, bundled assets, ready to edit.
Self-contained output
All assets are collected and referenced relatively in a single ZIP.
- HTML + assets folder
- Opens offline
Faithful styling
Computed styles are preserved so the HTML renders like the original.
- Resolved CSS
- Embedded fonts & images
Cleaned up
Tracker scripts are stripped and the HTML is compressed.
- No analytics junk
- Smaller files
From HTML to your stack
Stop at HTML, or take it further locally.
HTML → React
Convert captured HTML into a React TSX component.
- JSX component
- Extracted icons
HTML → Vue
Generate a Vue single-file component from the same capture.
- Vue SFC
- Scoped styles
Offline preview
Preview the HTML and framework output in a sandbox.
- Sandboxed iframe
- No upload
真正能用的 HTML
干净的标记、打包好的资源、即可编辑。
自包含输出
所有资源被收集并以相对路径引用,打包进单个 ZIP。
- HTML + 资源目录
- 可离线打开
忠实的样式
保留计算样式,让 HTML 渲染得与原页一致。
- 解析后的 CSS
- 内嵌字体与图片
已清理
剥离追踪脚本并压缩 HTML。
- 无分析垃圾
- 更小的文件
从 HTML 到你的技术栈
止步于 HTML,或在本地更进一步。
HTML → React
把捕获的 HTML 转成 React TSX 组件。
- JSX 组件
- 提取的图标
HTML → Vue
用同一份捕获生成 Vue 单文件组件。
- Vue SFC
- 作用域样式
离线预览
在沙盒中预览 HTML 与框架输出。
- 沙盒 iframe
- 不上传
常见问题
How do I clone a website to HTML?
Install the extension, open the page you want, click Clone, then export. You get a ZIP containing clean HTML and its assets.
Are images and CSS included?
Yes. Images, fonts, and CSS are collected and bundled so the HTML works offline.
Can I turn the HTML into React or Vue?
Yes. The Workbench can convert captured HTML into React (TSX) or Vue (SFC) components locally.
Is the exported HTML clean?
Tracking scripts are removed and the markup is compressed, so you get usable, editable HTML.
如何把网站克隆为 HTML?
安装扩展,打开目标页面,点击克隆并导出。你会得到一个包含干净 HTML 及其资源的 ZIP。
图片和 CSS 会被包含吗?
会。图片、字体与 CSS 都会被收集并打包,使 HTML 可离线工作。
我能把 HTML 转成 React 或 Vue 吗?
可以。Workbench 能在本地把捕获的 HTML 转成 React(TSX)或 Vue(SFC)组件。
导出的 HTML 干净吗?
追踪脚本被移除、标记被压缩,因此你得到可用、可编辑的 HTML。