Open a Google Chrome Tab in Firefox, or a Firefox Tab in Chrome

I’ve put this application together to switch quickly between Chrome and Firefox as I often do. Simply put, this will allow you to open an active Google Chrome tab in Mozilla Firefox (and vice versa) using the shortcut Ctrl+Shift+F. The program itself is an executable that will run in the background and can be accessed from the system tray notification area (bottom right). It’s built with AutoHotKey.

Download
ChromeToFirefox.exe Standalone Executable Download

ChromeToFirefox.ahk Script (requires AHK) Download
AutoHotKey website Link

Note: If you want this to run every time you turn on your computer, place ChromeToFirefox.exe in the startup folder. The startup folder (for Windows 7) is located at C:\Users\YourUsername\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

If there is a bug, it’s probably because Chrome recently updated and I haven’t had a chance to fix it yet. If it doesn’t work, let me know in the comments. Another possibility for error is that it is failing to locate firefox.exe or chrome.exe. It only works if the installation directory is the default location. I’ve included the script to edit, but you will need to download AutoHotKey to compile the exe.

I’ve used scripts from both here and here – wouldn’t have been possible if I didn’t have them to work off of.