- 首页
- 从 URL 克隆
How URL cloning works here
You browse to the URL; the extension clones what you see.
Open any URL
Visit the page in your browser like you normally would.
- Any public URL
- Logged-in pages too
Capture in one click
Hit Clone in the toolbar to freeze the page exactly as rendered.
- Computed styles
- Real, rendered DOM
Export the clone
Download clean HTML + assets, or convert to React/Vue.
- Self-contained ZIP
- Framework export
Why this beats paste-a-URL rippers
Local capture is more accurate and more private.
Sees what you see
Captures the fully rendered page, including JS-driven content.
- Post-render snapshot
- Auth-gated content
Private by design
No server fetches your URL — everything runs in your browser.
- No upload
- No account
Cleaner result
Trackers stripped, assets deduped, HTML compressed.
- Tracker filtering
- Hashed dedupe
这里的 URL 克隆如何工作
你浏览到该 URL,扩展克隆你所见的内容。
打开任意 URL
像平常一样在浏览器中访问该页面。
- 任意公开 URL
- 登录后的页面同样支持
一键捕获
在工具栏点击克隆,按渲染状态冻结页面。
- 计算样式
- 真实渲染后的 DOM
导出克隆
下载干净的 HTML + 资源,或转成 React/Vue。
- 自包含 ZIP
- 框架导出
为何胜过“粘贴 URL”式抓取
本地捕获更准确、更私密。
所见即所得
捕获完全渲染后的页面,包括 JS 驱动的内容。
- 渲染后快照
- 需登录的内容
天然私密
没有服务器去抓取你的 URL——一切都在浏览器中进行。
- 不上传
- 无账号
结果更干净
剥离追踪、去重资源、压缩 HTML。
- 追踪过滤
- 基于哈希去重
常见问题
Can I just paste a URL to clone a site?
You open the URL in your browser and click Clone. There's no remote fetch — capturing the page you actually load is what makes the clone accurate and private.
Does it work on pages behind a login?
Yes. Because it captures your live tab, it can clone pages you're signed into, which paste-a-URL tools usually can't reach.
Is my URL sent to a server?
No. Nothing about the page or URL is uploaded — capture and export happen locally.
What do I get after cloning?
A clean HTML document plus a ZIP of assets, with optional React or Vue conversion.
我能直接粘贴一个 URL 来克隆网站吗?
你在浏览器中打开该 URL 并点击克隆。没有远程抓取——正是因为捕获你真正加载的页面,克隆才更准确、更私密。
它能处理登录后的页面吗?
可以。因为它捕获你的实时标签页,所以能克隆你已登录的页面,而“粘贴 URL”工具通常做不到。
我的 URL 会被发送到服务器吗?
不会。页面或 URL 的任何信息都不会上传——捕获与导出都在本地完成。
克隆后我能得到什么?
一个干净的 HTML 文档外加资源 ZIP,并可选转换为 React 或 Vue。