Вы можете создать рабочий процесс Альфреда и подключить триггер Горячая клавиша к действию Запуск NSAppleScript , добавив к нему следующий код:
on alfred_script(q)
tell application "Google Chrome"
set theURL to URL of active tab of window 1
set AppleScript's text item delimiters to "/"
set theHomeURL to text item 1 of theURL & "//" & text item 3 of theURL
set URL of active tab of window 1 to theHomeURL
activate
end tell
end alfred_script
Не 'не забудьте установить комбинацию горячих клавиш для триггера.