Site Grabber
v1.0.3by Extensions Maker
Download any website's code and assets to your device
Site Grabber
Download any website's source code and assets directly into a SrcNexus project.
Paste a URL, pick what you want, and Site Grabber will fetch the page, parse its HTML, CSS, and JavaScript, and save everything as a ready-to-open project — with all links rewritten so it works offline.
What it does
src, href, url(), and @import in the downloaded files is converted to a relative path, so you can open the project and browse it without an internet connection.How to use it
https://example.com). - Depth — 0 downloads just the entered page; higher values follow internal links that many clicks deep.
- Max Pages — cap on how many distinct page URLs are crawled.
- Max Files — hard cap on the total number of files written (pages + assets, text + binary). Stops the run early once reached.
- Asset Types — pick which kinds of files to include: HTML, CSS, JS, SVGs, images, fonts, videos, favicons, other.
- Retry Attempts / Timeout — network robustness knobs.
- Output — Create Project (new project, files pre-loaded) or Save to Folder (pick a destination).
Your settings are remembered between runs — you only need to configure them once.
Settings at a glance
| Setting | What it does |
| -------------------- | ------------------------------------------------------------------------------------------ |
| Depth | How many link-clicks away from the starting URL to follow (0 = single page). |
| Max Pages | Cap on how many distinct page URLs are crawled. |
| Max Files | Hard cap on the total number of files written (pages + assets). Stops the run early. |
| Asset Types | Per-type filter. Text types (HTML/CSS/JS/SVG) work fully; see note below on binary assets. |
| Retry Attempts | Re-tries a failed download this many times before giving up. |
| Timeout | Per-request timeout in seconds. |
| Output | Create a new project, or write files into a folder you pick. |
Good to know
fetch() calls built from variables), the extension can only grab what it can see statically. That covers most public sites, but don't expect perfect fidelity for complex single-page apps.SiteGrabber/1.0 User-Agent so operators can see who's fetching.Example
Grabbing https://example.com:
0 (single page)Result: a new project named example-com-xxxx containing index.html with all CSS/JS/SVG inlined and path-rewritten. Open index.html in the preview and you'll see the page exactly as it looks on the live site.
_Site Grabber runs entirely on-device. Nothing you download is sent anywhere except back to your own device._
