AI 产品解读Automatically increase text weight (boldness) and darkness on web pages to improve readability.
Users with visual impairments, dyslexia, or those who simply prefer higher-contrast, bolder text can read web pages more easily without manually adjusting browser settings or using complex CSS overrides.
1. User installs the extension. 2. The content script runs on all pages at document_start, applying default bold/dark styles. 3. User opens the extension popup to adjust boldness and darkness sliders or toggle the feature. 4. Settings are saved to chrome.storage.sync and applied to the current tab and future pages.
Automatically applies bold font-weight to page textAdjustable 'darkness' via text-shadow to make text darkerAdjustable boldness level (font-weight 400-900)Settings saved via chrome.storage.sync and synced across devicesEarly injection at document_start to reduce visual flickerToggle on/off via extension popup
- 目标用户
- Users with visual impairments or low vision / Users with dyslexia / Users who prefer bolder, darker text for readability / General users seeking better readability on the web
- The extension is very small and straightforward, so analysis is conclusive. No external API calls or server-side logic were found beyond Chrome Web Store update URLs.
付费分析未识别到付费功能
The extension is entirely free. There are no references to subscriptions, payments, premium tiers, or billing. The 'pro' keyword found in the static scan was a false positive from the _metadata/verified_contents.json file, which is a Chrome Web Store integrity manifest, not a feature flag.
- 置信度
- 100
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local UI tool that modifies page styles. It uses chrome.storage.sync for preferences, which relies on the user's Chrome profile but does not require creating an account or logging in to any service. The core workflow (making fonts bolder) works immediately upon installation.