meoimcimcoiijeecdlhinjmfbgkegejp
Replace the current domain with localhost and a custom port. EZ-Localhost: Effortless Local Development Server Switching for Developers Stop wasting time typing "http", "localhost", and port numbers every time you switch to your local development server. EZ-Localhost is the perfect Chrome extension for developers who want a fast, simple, and seamless way to test their websites locally. Features and Benefits: Instant Localhost URL Switcher: Quickly replace your production URL with a local development URL—ideal for front-end and back-end developers who frequently switch between staging and local environments. Set and Save Your Local Port: No more entering your development port every time. Set your default port (e.g., 4200), and EZ-Localhost will automatically use it to update URLs. Boost Your Development Workflow: Save time by instantly switching URLs with just one click. Avoid the repetitive task of typing out "localhost" and "http" every time you’re testing locally. Perfect for Local Development Testing: Whether you're working on API testing, front-end projects, or back-end server configurations, EZ-Localhost helps you quickly move between local development and live environments. How EZ-Localhost Works: Install the EZ-Localhost extension from the Chrome Web Store. Set your default local port (the default is 4200, but you can customize it). When you're on any website, click the extension icon to automatically replace the URL with your local development server. Say goodbye to manual URL updates, and speed up your local development process. EZ-Localhost makes it easy to test and develop websites locally, so you can focus on what matters—writing code and building awesome apps.
Hostname Replacer
Replace the hostname with the one you defined — the remaining information in the URL will be retained. This extension was created to help in a very specific situation. As a developer, you may find yourself in a situation where you need to run a task repeatedly, and this extension was created to speed up this process. During the development of a web application, you may need to switch between local server URL and remote server URL, but you may need to keep the rest of the URL information, such as paths and parameters. This extension allows you to define a URL and whenever you need to change the current URL to the one you defined, you can do it with one click.
HTTP Nowhere
This extension upgrades non-secure connections (HTTP) to secure (HTTPS). If the web site does not correctly support HTTPS, Chrome will refuse to connect (with the usual interstitial warning page). Thus, this extension will make it hard to view some web sites. For maximum safety, you should also turn on Chrome’s Secure DNS (DNS over HTTPS) feature. There is no way (yet?) for an extension to turn this on for you, so you have to do it manually. To do so, go to the dots menu → Settings → Security, and then scroll down to Use Secure DNS. Select a provider or fill in your own. (You can also get to this setting by navigating to the URL chrome://settings/security?search=dns.) HTTP Nowhere is designed to be as simple as possible, and has no functionality other than upgrading connections. This is easy to see in the very short and simple implementation. It needs no special permissions or access to the web pages you view. There is nothing to configure; HTTP Nowhere is either on or off.
URL Swap (Dev Helper)
**Instant URL redirects for web developers** URL Swap is a lightweight Chrome extension that helps developers redirect matching URLs to another host, port, or scheme directly in the browser. Debug production builds against localhost, switch between staging and development, test new backends, or route requests to mock APIs without changing application code. ### No code changes required Test different backends without editing frontend code, environment files, reverse proxies, or your hosts file. ### Fully client-side No external proxy, no SaaS dependency, and no traffic sent through third-party infrastructure. ### Built for modern web apps Works well for React, Next.js, Vue, Angular, Svelte, and other frontend or full-stack setups. ### Keeps path and query parameters intact Only the scheme, host, or port changes, so your request structure stays the same. ### Quick enable or disable toggle Turn rules on or off with one click without losing your saved configuration. ### Chrome Sync support Keep your rules available across Chrome devices where sync is enabled. - Redirect `api.example.com` to `http://localhost:8080` - Point a production frontend to a local backend - Test staging APIs without rebuilding the app - Route requests to mock servers during frontend development - Switch between API versions during migrations - Test microservices in different local or remote environments - Debug WebSocket connections in development ## Works with ## Great for - Frontend development - Full-stack development - Localhost debugging - API testing - Staging environment testing - Mock backend workflows - Migration between backend services - QA and developer testing flows 1. Open the extension 2. Enter a URL fragment, host, or path to match 3. Enter the destination host, port, or scheme 4. Save and enable the rule 5. Reload your site Matching requests are now redirected directly in your browser. - Editing the hosts file - Rebuilding with different environment variables - Running a reverse proxy for simple redirects - Changing app code for temporary backend switching Whether you are testing a new API, debugging localhost integrations, or switching between development and staging, URL Swap helps you move faster. Chrome extension for URL redirect, URL rewrite, backend switching, localhost debugging, local API proxy, staging server testing, mock API testing, frontend testing, React development, Angular development, Vue development, Next.js development, WebSocket redirect, developer productivity tool. **Install URL Swap (Dev Helper) and redirect URLs on the fly.**
Localhost Banner Alert
Add a banner to your browser when you're on a local development site Localhost Banner Alert is your companion for local development! This Chrome extension adds a visible banner to your browser to remind you when you're browsing localhost sites. The banner is displayed if the URL of the current tab contains one of these elements: You can manage several parameters. Simply click on the extension button and then on "Go to settings": * Banner enabled: Yes / No * Banner Text : the text on the banner *(default: Localhost)* * Banner Position : Top Left / Top Right *(default)* / Bottom Left / Bottom Right * Banner Theme : Orange *(default)* / Red / Yellow / Blue / Purple / Green * Exclude URLs : fill in the URLs that should not have the banner. One URL per line without http(s). The extension does not collect any user information or other information. Only extension-related parameters are stored. Source code is available here: https://github.com/shevabam/extension-localhost-banner-alert