Answers for "close chrome tab from command line ubuntu"

1

close chrome tab from command line ubuntu

Instead of closing a tab, it kills the tab ("He's dead Jim" message appears and tab remains):
kill -9 <pid of Chrome tab>
Closes all Chrome browsers open:
killall chrome
Posted by: Guest on May-25-2020

Code answers related to "close chrome tab from command line ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language