A Chrome extension that helps prevent accidental actions in production environments while maintaining focus on current tasks.
- Visual warnings when hovering over interactive elements in production environments
- Configurable for multiple production URLs
- Works with dynamically loaded content
- Supports iframes
- Persistent focus bar showing current task
- Quick access to relevant links
- Multiple focus topics support
- Click to open all related links
- Context-specific notes
- Visit the Chrome Web Store (link coming soon)
- Click "Add to Chrome"
- Confirm the installation
- Clone this repository
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked"
- Select the extension directory
- Click the extension icon
- Enter your production URLs (e.g., "production.example.com")
- Save settings
- Hover over links in production to see warnings
- Open Focus Mode Settings from the extension popup
- Enable Focus Mode
- Create focus topics with relevant links
- Use the context notes feature for additional information (store a note for a given url)
- Click the focus text to open all related links
We welcome contributions! Please see our Contributing Guidelines for details.
This project is licensed under the MIT License - see the LICENSE.md file for details.
This extension:
- Does not collect any user data
- Does not transmit any information
- Stores settings only in your browser's local storage
- Requires minimal permissions
- Open an issue for bug reports or feature requests
- Check existing issues before creating new ones
- Include relevant details and screenshots when reporting issues