iEnno Posted March 26, 2013 Posted March 26, 2013 (edited) Alfred Workflow to open Chrome's current tab in Firefox by using 'ff' keyword. I use it in web development to check if a website is looking good in Firefox. Download Github Edited March 31, 2013 by iEnno Sridhar Katakam, Domenic and mixterdee 3
Domenic Posted April 1, 2013 Posted April 1, 2013 Great workflow, works perfectly. But the Alleyoop update doesn´t seem to work.
iEnno Posted April 1, 2013 Author Posted April 1, 2013 Thanks for reporting back. Will have a look into.
iEnno Posted April 1, 2013 Author Posted April 1, 2013 Great workflow, works perfectly. But the Alleyoop update doesn´t seem to work. Should work for now.
Domenic Posted April 2, 2013 Posted April 2, 2013 Should work for now. Everything works fine. Thanks. Domenic
joe Posted April 2, 2013 Posted April 2, 2013 Alfred Workflow to open Chrome's current tab in Firefox by using 'ff' keyword. I use it in web development to check if a website is looking good in Firefox. Download Github Any chance of doing just the opposite?
iEnno Posted April 6, 2013 Author Posted April 6, 2013 Any chance of doing just the opposite? 1. Go into the Workflows panel of Alfred's Settings. 2. Select Firechrome-Workflow. 3. Double click 'Run Script' action. 4. Delete Code and insert tell application "Firefox" to activate tell application "System Events" keystroke "l" using {command down} -- Highlight the URL field. delay 0.5 keystroke "c" using {command down} -- Copy the URL field. delay 0.5 do shell script "Open -a 'Google Chrome' " & (the clipboard) end tell It's not very fast, but the simplest solution I could find right now. Ok to you? (sorry for delayed answer, have to figure out how to receive an email when someone quotes me) dunce and drking 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now