Home > Article > Web Front-end > Open URLs in Different Environments with Ease
Do you often need to open the same URL in different environments? I created a Chrome extension to simplify this process for you. With this extension, you can open the current URL in a new tab, replacing only the host URL while keeping the rest of the path intact.
When is this helpful?
This extension is particularly useful when you're working on localhost and need to open the exact same URL in another environment, such as a staging or production server.
Give it a try
https://chromewebstore.google.com/detail/open-environment-extensio/agnjjkhbkmdffjpgbcbbkkolakefjdjd
The above is the detailed content of Open URLs in Different Environments with Ease. For more information, please follow other related articles on the PHP Chinese website!