AI 产品解读Bionic reader that transforms web pages and PDFs by highlighting the beginning portion of each word in bold while fading the rest, improving reading focus and comprehension
Helps users with ADHD maintain focus during reading by reducing visual clutter through bionic reading technique (partial word bolding)
User installs extension → clicks popup to enable bionic reader → content script processes page text transforming it with bionic styling → for PDFs, extension either auto-opens in dedicated bionic viewer or user manually opens via popup → settings persist via chrome.storage.local
Bionic text transformation on web pages (bold first portion of each word, fade rest)PDF support via PDF.js text extraction and bionic renderingPopup UI to toggle feature on/off and adjust settings (bold ratio, opacity, line height, color mode)Auto-redirect PDFs to bionic viewer when enabledLocal storage for persistent settings
- 目标用户
- People with ADHD / Students needing better reading focus / Anyone seeking improved reading comprehension
- The extension is very new (version 1.0.1) with only 6 users, so long-term behavior and updates are unknown
- PDF.js library is large (~1MB) which may impact performance on low-end devices
- No privacy policy URL provided in store listing or manifest
付费分析未识别到付费功能
The extension is explicitly described as 'Gratis y sin anuncios' (Free and without ads). No payment APIs, subscription checks, upgrade prompts, or feature gating are present in the code. The 'pro' keyword matches refer to 'PROCESSED_ATTR' DOM attribute and function names like processTextNode, not paid features. License.md describes commercial redistribution restrictions, not in-app purchases.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension uses chrome.storage.local for all settings persistence. No authentication tokens, login screens, or account dependencies exist in the codebase. All 'token' keyword matches refer to text tokenization (word splitting) for bionic processing, not authentication.