TE
TechEcho
StartseiteTop 24hNeuesteBesteFragenZeigenJobs
GitHubTwitter
Startseite

TechEcho

Eine mit Next.js erstellte Technologie-Nachrichtenplattform, die globale Technologienachrichten und Diskussionen bietet.

GitHubTwitter

Startseite

StartseiteNeuesteBesteFragenZeigenJobs

Ressourcen

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. Alle Rechte vorbehalten.

Show HN: Extension for full-text browser history search

26 Punktevon ApbNfMRvor etwa 7 Stunden
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 comments

jbellisvor etwa 7 Stunden
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?
poguevor etwa 7 Stunden
How and where is the full text of every page I visit getting stored &amp; for how long?
评论 #43930919 未加载
评论 #43931010 未加载
baal80spamvor etwa 7 Stunden
Wouldn&#x27;t storing each and every visited page&#x27;s text bloat IndexedDB a lot?
circularfoyersvor etwa 7 Stunden
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>
droideqavor etwa 7 Stunden
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 未加载