A simple Chrome extension that adds a visual indicator (tag) to specified websites, helping you distinguish between different environments like Production, Staging, and UAT.
🎯 Stay aware, work safely.
- Add environment-specific tags to any website
- Visually distinguish between environments (e.g. Prod, Staging, Dev)
- Customize tag text, color, and position
- Lightweight and easy to configure
Working with multiple environments can lead to mistakes like:
- Accidentally editing live production data
- Confusing staging with development
This extension helps prevent that by keeping you visually informed at all times.
- Clone or download this repository
- Build
pnpm install
pnpm build- Open Chrome and navigate to
chrome://extensions - Enable Developer mode (top right)
- Click Load unpacked, then select the dist folder inside the project directory
- You're ready to go!
- Go to the website where you want to add a tag
- Click the extension icon in the Chrome toolbar
- Create a tag by clicking the Create button
- Customize the tag as needed, then click the Save button
- Refresh the page — the tag will now appear on the website
MIT License


