Skip to content

Web Data Studio - v1.0.0

Choose a tag to compare

@surajit-singha-sisir surajit-singha-sisir released this 18 Jul 17:58

🧩 Web Data Studio v1.0.0

The first stable release of Web Data Studio β€” a visual web data extraction and transformation platform for Chrome. Pick, preview, clean, and export data from almost any webpage, all locally in your browser.

✨ Highlights

  • πŸ” Smart Detection β€” automatically finds native tables, semantic lists, and repeated card/grid patterns on any page, and recognizes popular grid libraries (AG Grid, Tabulator, Handsontable, Kendo Grid, DataTables, Bootstrap Table, PrimeVue, Vuetify, Element Plus, Ant Design, MUI)
  • 🎯 Visual Element Picker β€” a DevTools-style inspector overlay to hover and click-select any element on the page
  • πŸ“‹ Live Preview & Cleaning β€” an editable preview table with one-click trim, remove-duplicate-rows, and case conversion (UPPER/lower/Title)
  • πŸ–ΌοΈ File & Resource Extractor β€” finds every image, video, and audio file on a page and lets you zip-download the selection, all in-browser
  • πŸ“€ Export Studio β€” export to JSON, JSON Lines, CSV, TSV, Markdown, HTML, XML, YAML, or SQL INSERT statements
  • πŸ•˜ History β€” every extraction is saved locally for quick re-export without re-scanning
  • ⌨️ Keyboard shortcuts: Ctrl+Shift+D (open), Ctrl+Shift+P (picker), Ctrl+Shift+E (quick export)
  • 🧱 Built on Manifest V3 with a background service worker, content script, popup, and a dockable Chrome Side Panel UI β€” strict TypeScript, no framework runtime

πŸ“¦ Installation

  1. Download dist.zip from this release's Assets.
  2. Unzip it.
  3. Open chrome://extensions, enable Developer mode.
  4. Click Load unpacked and select the unzipped folder.
  5. 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, and AI-assisted detection and cleaning. See the README roadmap for details.

πŸ“„ License

MIT β€” see LICENSE.

Full Changelog: https://github.com/KEHEM-IT/WebDataStudio//commits/v1.0.0