Hello!
Chrome browser starts a new process for each tab. Every tab named as "chrome.exe" on windows and on linux "chromium-browse". For example: http://www.ghacks.net/wp-content/uploads/2011/01/sys_manage.png
I need to list all tab title names of opened processes. Is there any function which gets title (or name or summary or ...) of a external process?
Thank you!