Claude Usage Bar Colorizer Browser Extension Built with Claude Code

A developer has created a browser extension called Claude Usage Bar Colorizer that provides visual indicators for Claude usage limits. The extension was built using Claude Code to assist with development.
What the Extension Does
- Recolors the usage bars from green to yellow to red based on the current percentage
- Adds a popup with live usage data
- Allows users to tweak thresholds and colors
- Lets users toggle individual bars on or off
Implementation Details
- Only runs on
https://claude.ai/settings/usage - No analytics collection
- No external network requests
- Only reads the usage percentages already visible on the page
- Settings are stored locally in browser sync storage
Claude Code's Role
The developer used Claude Code to help with:
- The content script logic for reading and recoloring the bars
- The popup UI and settings flow
- Narrowing permissions so the extension only runs on the usage page
- Cleaning up the project for release and store submission
Development Insights
The developer noted learning about keeping browser extension permissions tight and making the popup update cleanly without breaking user toggles.
Availability
- GitHub repository: https://github.com/mihneaptu/claude-usage-bar-colors
- Latest release: v1.0.1 at https://github.com/mihneaptu/claude-usage-bar-colors/releases/tag/v1.0.1
- Microsoft Edge Add-ons submission is currently in review
- The extension can be tried by loading it unpacked in Edge or another Chromium browser
📖 Read the full source: r/ClaudeAI
👀 See Also

OpenGalatea MCP Server Connects Claude to Prusa 3D Printers
OpenGalatea is an open-source MCP server that enables Claude to control Prusa 3D printers via PrusaLink, allowing natural language commands to search Printables.com, slice models, and manage prints.

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.

Manifest Now Supports Claude Pro/Max Subscriptions Without API Key
Manifest, an open source routing layer for OpenClaw, now allows direct connection of Claude Pro or Max subscriptions without requiring an API key. Users with API keys can configure fallback routing when subscription rate limits are hit.

Madar: Local Context Compiler for Claude Code / Cursor — 78% Fewer Tokens on NestJS Repo
Madar is an open-source local context compiler for coding agents. On a NestJS + BullMQ repo (~800 files), it cut Claude Code input tokens by 78% and cost by 63% for an explanation task. Scoped graphs only.