11
Plugin / bookmarklet do Google Chrome: "abrir no Firefox"?
Existe um plug-in ou um bookmarklet para o Chrome que abre a página atual no Firefox? Atualizar: Obrigado Phoshi pela sugestão. Aqui está o meu script AutoHotKey (sem mexer com a área de transferência ...): #IfWinActive ahk_class Chrome_WindowImpl_0 ^+f:: ;Ctrl+Shift+F ControlGetText, URLbartxt, Chrome_AutocompleteEditView1 RegExMatch(URLbartxt,"^((ht|f)tps?|file)://\S+$",URL) if URL <> { Run "C:\Program …