v1.5.0 — Full-Page Web Export
A big upgrade to the Web tab: export the entire current page — not just a picked element — in one click, with a live visual preview and an editable text view before you save.
✨ Highlights
- 🌐 Full-Page Export — export the whole page to Excel (.xlsx), CSV, PDF, Markdown, HTML, or TXT, with no need to select anything first
- 👁️ Live visual preview for every format — a real spreadsheet-style grid for Excel/CSV (row numbers, column letters, sticky headers), the browser's native viewer for PDF, and sandboxed rendering for Markdown/HTML
- ✏️ Editable Text view — toggle to see and edit the raw output for any format; your edits are what get copied or re-saved
- 📊 Smart Excel export — one worksheet per detected table on the page, falling back to a single "Page Content" sheet when no tables are found
- 🗂️ Smart CSV export — every detected table listed individually with its own Preview button, plus a standing "Full page content" entry and an Export all (.zip) option
- 📄 Full-page PDF capture — images, backgrounds, links, and tables preserved, with an estimated page count and file size shown
- 📝 Markdown/HTML rendering — sandboxed preview via the bundled
markedparser, so formatting can be checked before saving - 🔒 No new permissions, no server round-trips — everything still builds and saves locally in the browser
📦 Installation
- Download dist.zip from this release's Assets.
- Unzip it.
- Open chrome://extensions, enable Developer mode.
- Click Load unpacked and select the unzipped folder.
- Pin the extension and press Ctrl+Shift+D to open Web Data Studio.
🗺️ What's next
Planned for future releases: Automation Studio, a Workspace/template manager, an advanced Data Transformation Studio, JSON Studio (schema + model code generation), a plugin system, AI-assisted detection and cleaning, and ODS/database export targets. See the README roadmap for details.
Full Changelog: https://github.com/KEHEM-IT/WebDataStudio/blob/main/CHANGELOG.md