How Can I Get Title of a Chrome Processes?
Google Chrome places each tab into a separate process. Only the currently selected tab has it's Process.MainWindowTitle set to the current tab's title. The other tab's do not contain this information.
Is there a way to find out the Title of each tabs from the processes?
or... get pid of 'tabs' process?