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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Extension for full-text browser history search

26 点作者 ApbNfMR大约 7 小时前
Hey. I’ve been working on Rearview, a browser extension that makes browsing history more useful. It’s available for Chrome, Edge, and Firefox.<p>What it does:<p>- Full-text Search: Search page content, not just URLs or titles.<p>- More Filter: Organize history by date, time, or visits.<p>- AI Assistant: Get insights from your history. (Optional, with your own api key.)<p>Everything stays local in IndexedDB.<p>Feedback &amp; Feature request welcome.<p>BTW, since Firefox does not provide a favicon URLs implementation (<a href="https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1315616" rel="nofollow">https:&#x2F;&#x2F;bugzilla.mozilla.org&#x2F;show_bug.cgi?id=1315616</a>),I am currently requesting icons in Firefox via <a href="https:&#x2F;&#x2F;icon.horse&#x2F;" rel="nofollow">https:&#x2F;&#x2F;icon.horse&#x2F;</a>, the performance seems not ideal. Is there a more recommended solution?

5 条评论

jbellis大约 7 小时前
Oh, cool. I want this but not quite badly enough to work all the corner cases out. Were you able to figure out how to sync pages visited on mobile?
pogue大约 7 小时前
How and where is the full text of every page I visit getting stored &amp; for how long?
评论 #43930919 未加载
评论 #43931010 未加载
baal80spam大约 7 小时前
Wouldn&#x27;t storing each and every visited page&#x27;s text bloat IndexedDB a lot?
circularfoyers大约 6 小时前
Seeing the GitHub link made me assume for a second this was open source, which it&#x27;s disappointingly not. The LLM search is interesting, but it&#x27;s not interesting enough for me when there&#x27;s already an open source full text history extension that I&#x27;ve been using <a href="https:&#x2F;&#x2F;github.com&#x2F;iansinnott&#x2F;full-text-tabs-forever">https:&#x2F;&#x2F;github.com&#x2F;iansinnott&#x2F;full-text-tabs-forever</a>
droideqa大约 6 小时前
Cool! Reminds me of Falcon[0][1].<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;lengstrom&#x2F;falcon&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;lengstrom&#x2F;falcon&#x2F;</a><p>[1]: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12479977">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12479977</a>
评论 #43931304 未加载