Hermann Czedik-Eysenberg

Server Switcher (Firefox Extension)

Server Switcher
Server Switcher is an extension (plugin) I made for the Firefox Web Browser. If you are a web-developer and using Firefox, this extension might be useful. It allows you to easily switch between sites on your development and live servers, so that you can immediately see the differences.
Use case: When you are on http://localhost/page.html (your development server) and click the Server Switcher icon you will instantly be redirected to http://www.yoursite.com/page.html (your live server). ("localhost" and "www.yoursite.com" are of course configurable - you can also create multiple development/live-server-pairs.)

Get Server Switcher (addons.mozilla.org)
Development git repository