AI 产品解读A quality-of-life enhancement suite for Claude.ai that adds features like chat export/import, conversation forking, text search, bookmarks, text-to-speech, speech-to-text, and per-chat style overrides.
Claude.ai natively lacks several power-user features such as global text search across all conversations, exporting chats in multiple formats (HTML/ZIP/Markdown/JSON), forking conversations, bookmarks for conversation positions, and TTS/STT capabilities. This extension fills those gaps.
User installs the extension and navigates to claude.ai (logged in). The extension injects additional buttons into the Claude UI (search, export, navigation, TTS/STT, style selector). Users click these buttons to access features like searching across chats, exporting conversations, forking threads, or enabling text-to-speech. Some features (TTS/STT) require users to provide their own API keys in the extension settings.
Global text search across all Claude chatsChat export/import (ZIP/HTML/JSON/Markdown/TXT/JSONL)GDPR export import supportConversation forking and compactingIn-chat text search across all branchesNavigation bookmarks for conversation tree positions
- 目标用户
- Claude.ai power users / Developers and researchers using Claude.ai extensively / Users who want to export/backup their Claude conversations / Users who need accessibility features (TTS/STT) for Claude.ai
- The extension operates entirely within claude.ai pages — it has no standalone popup UI or separate login flow, making login analysis straightforward (destination service dependency).
- Paid feature analysis is clear: the extension is open-source, free, and donation-supported via Ko-fi. External API costs (ElevenLabs, OpenAI, Groq) are borne by the user directly, not through the extension.
- The deterministic heuristic flagged 'subscribe' which was actually just a JS doc comment about subscribing to settings changes — confirmed false positive.
付费分析未识别到付费功能
The extension itself is completely free and open-source (github.com/lugia19/Claude-QoL). There is no subscription, premium tier, license check, or payment gate in the code. The extension icon and notification cards link to Ko-fi for voluntary donations only (not feature gating). TTS/STT features follow a 'Bring Your Own Key' model where users provide their own API keys for ElevenLabs, OpenAI, or Groq — the extension does not charge for these features or act as a reseller. No code references to Stripe, payment processors, billing APIs, license keys, or upgrade flows were found.
- 置信度
- 90
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 需要复核
- 登录理由
- The extension is a content script enhancer for claude.ai. All content scripts are injected only on 'https://claude.ai/*' and the extension interacts with Claude.ai's internal APIs (e.g., /api/account_profile, /api/organizations/.../completion). CLAUDE.md line 25 explicitly states: 'You must log in to claude.ai manually each session.' The extension does not implement its own login UI but requires the user to be authenticated on Claude.ai to function.
存在冲突