Host Switcher
fgkolf
A Chrome extension that allows you to quickly switch the host part of any URL while preserving the path, query parameters, and hash. Perfect for developers who work with multiple environments (localhost, staging, production, etc.). You can quickly switch to: - Local development servers (`http://localhost:3000`, `http://localhost:8080`) - Staging environments (`https://staging.example.com`) - Testing environments (`https://test.example.com`) - Different API environments - Preview deployments