AI 产品解读Apply a dark theme to Google Docs, Sheets, and Slides
Reduces eye strain and provides a comfortable dark viewing experience for Google's web-based editors, especially for users who work late or prefer dark-themed interfaces.
User installs extension, clicks the toolbar icon to open the popup, toggles dark mode on/off for each Google app (Docs, Sheets, Slides). The content script injects CSS into matching docs.google.com pages to apply the dark theme. Preferences are saved via chrome.storage.sync.
One-click toggle per app (Docs, Sheets, Slides) independentlyInverts brightness while preserving hues (e.g., blue buttons stay blue)Remembers preferences across devices via Chrome syncApplies dark mode live without page reload in most casesCovers entire editor surface: page, menus, toolbars, rulers, sidebars
- 目标用户
- Google Docs/Sheets/Slides users who prefer dark themes / Users who work late and want to reduce eye strain / Users who want their Google editors to match their OS/browser dark mode
- The extension only runs on docs.google.com domains, so analysis is limited to those pages. We cannot verify behavior on all Google editor types or edge cases. The privacy policy URL points to a GitHub gist which was not inspected.
付费分析未识别到付费功能
The extension is entirely free with no paid features, subscriptions, or billing logic. The keyword 'pro' found in _metadata/verified_contents.json is part of Chrome Web Store's internal file integrity metadata (treehash), not a product feature. There are no references to Stripe, PayPal, plans, upgrades, or any payment mechanism.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local theme toggle that requires no account creation or authentication. It only uses chrome.storage.sync to persist user preferences. The destination service (Google Docs/Sheets/Slides) requires a Google account to access, but that is a property of the destination service, not the extension itself. The extension does not implement any login flow or gate features behind authentication.