- 首页
- 开源
Why open source matters for a cloner
A tool that touches your pages should be auditable.
Inspect the code
The full extension source is public under an MIT license.
- MIT licensed
- Public repository
Verify the privacy claims
See for yourself that capture and export stay local.
- No hidden uploads
- No telemetry to trust
Build and extend
Clone the repo, run it in dev mode, and adapt it.
- Plasmo dev build
- Contributions welcome
What the open-source tool does
The same pixel-perfect, local cloning — out in the open.
Pixel-perfect capture
Freeze the live DOM with computed styles on any tab.
- Computed styles
- Base64 images
Clean export
Download self-contained HTML + assets as a ZIP.
- Tracker filtering
- Asset dedupe
Framework conversion
Convert captured HTML to React or Vue locally.
- HTML → React
- HTML → Vue
为什么克隆器的开源很重要
一个会接触你页面的工具,应当可审计。
审阅代码
整个扩展源码在 MIT 协议下公开。
- MIT 协议
- 公开仓库
验证隐私承诺
亲自确认捕获与导出都留在本地。
- 无隐藏上传
- 无需信任的遥测
构建与扩展
克隆仓库、以开发模式运行并改造它。
- Plasmo 开发构建
- 欢迎贡献
这款开源工具做什么
同样的像素级本地克隆——完全公开。
像素级捕获
在任意标签页冻结实时 DOM 与计算样式。
- 计算样式
- Base64 图片
干净导出
把自包含的 HTML + 资源下载为 ZIP。
- 追踪过滤
- 资源去重
框架转换
在本地把捕获的 HTML 转成 React 或 Vue。
- HTML → React
- HTML → Vue
常见问题
Is the website cloner open source?
Yes. The extension is released under the MIT license and the source is available on GitHub.
Where can I find the repository?
Search for the CloneWebsite / page-effect-restoration repository on GitHub, or follow the GitHub link in the site footer.
Can I self-build it from source?
Yes. Clone the repo, install dependencies with pnpm, and run the Plasmo dev build to load it unpacked in Chrome.
Does open source mean my data is safe?
The code is auditable, so you can confirm that all capture, processing, and export happen locally with no uploads.
这个网站克隆器开源吗?
开源。扩展以 MIT 协议发布,源码可在 GitHub 上获取。
在哪里能找到仓库?
在 GitHub 上搜索 CloneWebsite / page-effect-restoration 仓库,或点击站点页脚的 GitHub 链接。
我能自行从源码构建吗?
可以。克隆仓库,用 pnpm 安装依赖,运行 Plasmo 开发构建,即可在 Chrome 中以解压方式加载。
开源是否意味着我的数据安全?
代码可审计,因此你可以确认所有捕获、处理与导出都在本地进行,不上传。