Quick Start
Start using CloneWebsite in under 3 minutes
Start Cloning Your First Webpage
CloneWebsite offers the simplest webpage capture experience. Here are the steps to quickly get started.
1. Install the Chrome Extension
The most recommended way to use it is through the Chrome Extension, which bypasses many CORS and cross-origin restrictions:
- Download the latest extension installation package Download here
- Unzip the downloaded
.zipfile - Open
chrome://extensions/in your Chrome browser - Turn on Developer mode in the top right corner
- Click Load unpacked and select the directory you just unzipped
2. Clone a Webpage
Once the extension is installed:
- Open the webpage you want to clone in Chrome (e.g.,
https://example.com) - Wait for the webpage to fully load, especially images and dynamic content
- Click the CloneWebsite icon 🧩 in the browser toolbar
- In the pop-up panel, click the Start Clone button
- Wait for the progress bar to complete (this may take a few seconds to a few minutes, depending on the size of the page)
3. View the Result
After cloning is complete:
- The browser will automatically download a
.zipfile containing the domain name (e.g.,example-com-clone.zip) - Unzip this file
- You will see the following directory structure:
📁 example-com-clone/
├── 📄 index.html # Complete page containing all inline styles
└── 📁 assets/ # All extracted external resources
├── 🖼️ images/
├── 📝 fonts/
└── 📜 css/- Double-click
index.html, and the page will be perfectly reproduced in your browser, and it's completely offline!
CloneWebsite Docs