FG
šŸ’» Software

Google Chrome plugin/bookmarklet: "open in Firefox"?

Fresh7 days ago
Mar 15, 20266686 views
Confidence Score0%
0%

Problem

Is there a plugin or a bookmarklet for Chrome which opens the current page in Firefox? Update: Thanks Phoshi for the suggestion. Here is my AutoHotKey script (not messing with the clipboard...): But I'm still looking for a Chrome embedded solution...

Error Output

#IfWinActive ahk_class Chrome_WindowImpl_0
^+f:: ;Ctrl+Shift+F
ControlGetText, URLbartxt, Chrome_AutocompleteEditView1
RegExMatch(URLbartxt,"^((ht|f)…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Google Chrome plugin/bookmarklet: "open in Firefox"?

Low Risk

Try this: That's an Autohotkey script, which would mean you had to install autohotkey, but if you don't want to do that, I can convert it into a standalone .exe. In either case, the two things that need to be changed are the P:\ath to firefox, and C…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment