From Chaos – A Chrome extension that turns any webpage into JSON
Hey HN! I wanted to share a chrome extension I built for myself called From Chaos.It's an extension that takes the content of the page and organizes it into structured data. For instance, taking all the restaurants on a "top 10" article and just returning their names.It requires an OpenAI API key that you can set in your settings, and lets you get data back as JSON, YAML, CSV, or plain text.I built it to help in my data-gathering efforts, but wanted to share in case it's useful to someone else as well! It doesn't always return perfect data, but it does save me quite a bit of time.
Users provided suggestions for feature improvements and validation. One user found the idea cool and inquired about the availability of a CLI tool version.
The main criticisms are that the page disappears when closed, indicating a need for data caching, and that the product has limited use as an extension.