TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: A Chrome extension to extract JSON from the tab's data structures

2 点作者 assafmo超过 8 年前

1 comment

assafmo超过 8 年前
Hello, This is my first submission to HN.<p>Sometimes I scrap web pages for fun looking for structured data, which can be mostly found in HTML tables and lists.<p>I wrote some specific tools for myself using scrapy, bash (super fun with curl, sed, awk, tr, grep) and nodejs (cheerio), but this is my first try at giving back to the community.<p>I&#x27;m planning to add a basic CLI support, but in the meantime I&#x27;d love to get your feedback.<p>Cheers!