How to launch Google Chrome AND display all its active tabs after chrome has been minimised?

Hello.
I notice that after I minimise chrome, and try to launch it using a gesture or shortcut with BTT, it launches chrome but does not reopen existing tabs (because chrome was minimised). What I would like to know is if there is a way to also display its tabs so that I don’t have to manually open them.

NOTE: this is possible with keyboard maestro and it works, however that application seems very technical to me and would prefer using BTT instead so that I don’t have to reply on two apps.

Thanks in advance,

Vibes

In your gesture or shortcut, try using the script to un-minimise existing window,

tell application "Google Chrome"
	activate
	reopen
end tell

Thanks. But I don't know how to use a script. Will try to research and learn how to use it. Let's hope for the best