localivelize v1.1
Environment Switcher
This Firefox extension allows developers to easily switch between their local development environment and the live production environment with a single click. It modifies the current tab's URL by adding or removing "localhost" from the address, enabling seamless transitions between testing and production versions of websites.
Features:
1. Switch to Local: Converts the current URL to the local environment by prepending "http://localhost/" to the live URL.
2. Switch to Live: Converts the current URL back to the live environment by removing "localhost" from the local URL.
3. Simple Interface: A minimalistic popup with two buttons to switch environments effortlessly.
Ideal for developers working on web applications who need to quickly toggle between local and production environments.