TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: From Chaos – A Chrome extension that turns any webpage into JSON

7 pointsby ryryover 1 year ago
Hey HN! I wanted to share a chrome extension I built for myself called From Chaos.<p>It&#x27;s an extension that takes the content of the page and organizes it into structured data. For instance, taking all the restaurants on a &quot;top 10&quot; article and just returning their names.<p>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.<p>I built it to help in my data-gathering efforts, but wanted to share in case it&#x27;s useful to someone else as well! It doesn&#x27;t always return perfect data, but it does save me quite a bit of time.

2 comments

ryryover 1 year ago
So there are definitely some features I&#x27;d like to add &#x2F; improve upon: - json&#x2F;yaml&#x2F;etc validation - better pre-filtering before the openAI api call to save money - custom select (instead of the whole page) - adjustable models - the page doesn&#x27;t disappear when you close it &#x2F; data caching<p>but before those, I wanted to launch it to see if anyone would actually use this besides me. Let me know!
treebeard5440over 1 year ago
This is a cool idea. Can it run outside of the extension ecosystem - like as a cli tool? I could see some use-cases&#x2F;integration using it that way but not as much as an extension
评论 #37739600 未加载