AI 产品解读Browser history management extension that displays recent browsing history, recently closed tabs, most visited pages, and recent bookmarks in a one-click popup
Provides quick access to recently visited pages, closed tabs, and bookmarks without navigating to chrome://history. Helps users recover accidentally closed tabs and quickly navigate back to frequently visited sites.
User clicks the extension icon in the toolbar → popup opens showing configurable sections (recent history, recently closed tabs, recent bookmarks, most visited) → user can click any item to navigate, search within history, pin items, or access the full history page with calendar view. Settings allow customization of section order, item counts, display options, and click behavior.
One-click popup showing recent history, recently closed tabs, most visited pages, and recent bookmarksCustomizable number of items per section (0-30 each)Configurable popup width and section orderingInstant search functionality within historyDomain filtering to exclude specific sites from history displayCustom history page with calendar view and date-range deletion
- 目标用户
- General Chrome users who frequently need to recover closed tabs or revisit recent pages / Users who want a faster alternative to Chrome's built-in history page / Users who want consolidated access to history, closed tabs, bookmarks, and top sites in one popup
- Source code is minified/webpack-bundled making exact line-level analysis harder, but functional patterns are clear
- btn_donate_LG.gif image exists but no donation link code was found to verify if donations are offered
- get.manganum.app promotional links suggest the developer (Browsecraft) also makes a separate product (Manganum), but this doesn't affect the Recent History extension's functionality
付费分析未识别到付费功能
No payment gateways (Stripe, PayPal, etc.), subscription logic, premium feature gating, or upgrade prompts found in source code. The 'upgrade' keyword hits are all IndexedDB upgradeneeded browser API events, not paid upgrade prompts. The 'pro' keyword hits are false positives in words like 'provide' and 'production'. A donate button image (btn_donate_LG.gif) exists but no payment processing code accompanies it. The get.manganum.app links are promotional referrals for a separate product, not in-extension payment.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension works entirely locally using Chrome APIs (history, bookmarks, tabs, favicon) and IndexedDB storage. No authentication flow, login UI, or account creation exists anywhere in the code. The 'jwt' hit is Chrome's internal verified_contents.json metadata; 'auth' matches 'author' in manifest.json; 'token' appears in generic jQuery vendor code. All are false positives.