v1.1.0
Highlights
Extract can now pull almost anything off a page — and turn it into structured JSON.
Extract — read more
- Text, attributes (href, src, …), DOM properties, input values, HTML, and element counts
- Page URL, title, full HTML, and browser storage (localStorage / cookies)
- List mode reads every match into an array - e.g. all links on a page
Extract — build JSON
- Add named fields to build an object (key: value)
- Single or list at any level, with nested sub-objects
- Visual editor with a Pick button, or edit raw JSON
Other changes
- Extract inside an Each loop now reads the current element, not the whole page
- Stop is now a true hard stop, even inside loops