AI 产品解读Collaborative web and PDF annotation tool that allows users to highlight, annotate, and tag web pages, PDF documents, and EPUBs
Enables collaborative reading, research organization, and discussion by allowing users to add annotations, highlights, tags, and comments directly on web content and documents
User installs extension, browses web pages or opens PDFs, selects text to highlight or annotate, writes comments/tags, and shares annotations with collaborators through Hypothesis groups. The extension injects a sidebar into web pages and provides a built-in PDF viewer. Annotations are stored on the Hypothesis service (hypothes.is) and synced across devices.
Highlight text on web pages, PDFs, and EPUBsCreate annotations with comments on any web contentTag and organize annotationsCollaborative annotation in shared groupsSupport for PDF viewing with built-in PDF.js viewerSidebar interface for browsing and managing annotations
- 目标用户
- Researchers / Students / Academics / Journalists / Knowledge workers / Anyone needing collaborative reading and annotation
- Source files are heavily minified (annotator.bundle.js, sidebar.bundle.js), making deeper code analysis difficult
- Could not inspect the actual Hypothesis API to determine if free tier has usage limits or feature restrictions
- The extension's profile.html and notebook.html are minimal HTML shells loading from the same bundle, limiting visibility into specific UI flows
付费分析未识别到付费功能
No evidence of paid feature gating, billing APIs, subscription logic, upgrade prompts, or premium feature checks in the extension source code. The 'premium' keyword match found in ui-playground.bundle.js line 276 is in unrelated sample text about California rolls (sushi description). No Stripe, payment, or billing integrations detected. The Hypothesis service (hypothes.is) offers organizational/enterprise plans externally, but the extension itself does not gate any features behind payment.
- 置信度
- 80
- 支付平台
- --
- 来源
- AI / 中
- 需要登录
- 是
- 登录理由
- The extension uses OAuth to authenticate with the Hypothesis service (hypothes.is). The sidebar code has an `isLoggedIn` selector checking `profile.userid !== null` (sidebar.bundle.js line 109), and the UI shows a 'Log in' button for unauthorized users when accessing content (sidebar.bundle.js line 134). Creating annotations requires an authenticated user account on hypothes.is. The extension itself does not implement its own account system — it delegates authentication to the Hypothesis destination service via OAuth (oauthClientId configured in app.html line 10 and extension.bundle.js line 180).