AI 产品解读Customize the visual appearance (colors and fonts) of Google Search and ChatGPT web interfaces
Users who want to personalize the look and feel of Google and ChatGPT UIs with custom color schemes and fonts that are not natively supported
User opens extension popup → selects color scheme or font → clicks Apply → extension sends message to content script → content script applies custom CSS styles to matching elements on Google/ChatGPT pages → settings are saved to chrome.storage.sync for persistence across sessions
Custom primary and secondary color selection for textPredefined color palette combinations for Light and Dark modesFont customization with 6 preset fonts (Pridi, JetBrains Mono, Pixelify Sans, Comic Sans, Montserrat, Macondo)Light/Dark mode toggle for the extension popupPersistent settings via chrome.storage.syncMutationObserver-based dynamic style application on Google and ChatGPT pages
- 目标用户
- Google Search users who want a personalized UI / ChatGPT users who want custom styling / Users interested in browser-based UI theming
- The extension only targets Google Search and ChatGPT (chat.openai.com/chatgpt.com) as confirmed by hostname checks in content.js. Other sites matched by <all_urls> will not receive styling. No server-side component exists, so all customization is client-side only. The extension has very few reviews (3) and a small user base (306), suggesting limited adoption.
付费分析未识别到付费功能
The extension is entirely free. There are no references to payment platforms, subscription management, license keys, upgrade prompts, or premium feature gating. The keyword 'pro' found in content.js line 30 refers to the CSS class 'prose' used by ChatGPT's UI, not a paid tier. All features (color customization, font selection, light/dark mode presets) are available without restriction.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension is a local UI customization tool that applies styles via content scripts. It uses chrome.storage.sync for settings and does not implement any login UI, authentication flow, or account creation. The destination services (Google Search and ChatGPT) require their own accounts, but the extension itself does not gate its functionality behind a login, nor does it redirect to a login page. The core workflow of styling is fully functional without any extension-side login.
Simple and elegant...!