AI 产品解读Replaces default file and folder icons on web-based Git hosting platforms with Catppuccin-themed soothing pastel SVG icons
Provides aesthetic customization of file explorer icons on web Git platforms (GitHub, GitLab, Gitea, Forgejo, Bitbucket, Tangled) with a cohesive pastel color theme, replacing the default monochrome or platform-specific icons
User installs the extension and optionally selects a Catppuccin flavor (Latte/Frappé/Macchiato/Mocha) and toggles options via the popup. When browsing file trees on supported sites (GitHub, GitLab, etc.), content scripts automatically detect file/folder elements in the DOM and replace their icons with Catppuccin-themed SVG icons matching the file type or folder name.
Replaces file/folder icons with Catppuccin-themed pastel SVG icons on supported Git hosting sitesSupports 4 Catppuccin flavor themes: Latte (light), Frappé, Macchiato, MochaMonochrome mode toggle for single-color icon renderingCustom file extension and file name icon associationsSpecific folders toggle optionSupports GitHub, GitLab, Gitea/Codeberg, Forgejo, Bitbucket, and Tangled
- 目标用户
- Developers who use web-based Git hosting platforms and prefer the Catppuccin color scheme / Users of the Catppuccin theming ecosystem seeking visual consistency across their tools
- Source code is minified/bundled, making line-by-line tracing harder, but functional analysis is clear from manifest, popup HTML, and content script structure
付费分析未识别到付费功能
Zero paid feature signals found. All 'pro' keyword matches are SVG icon names for file types (proto, prototools, prolog, properties, rproj), not payment references. The 'license' match is an SVG icon for LICENSE files. No hits for premium, subscription, upgrade, payment, billing, stripe, or purchase. The extension is fully free and open-source from the Catppuccin project.
- 置信度
- 97
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension operates as content scripts that directly modify the DOM on supported web file explorers to replace icons. No authentication, account creation, or API token flows exist anywhere in the source code. The 'session' keyword hits are from the wxt/storage library using chrome.storage.session for local state persistence, not user sessions. No login UI, no login providers, no OAuth flows detected.