Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Help me get all urls of chrome, firefox tab oppening using c++.
Thanks.
Posted
Comments
Richard MacCutchan 22-Jan-13 5:05am    
Get them from where? Please explain in more detail what you are trying to achieve.
John Applessed 22-Jan-13 5:48am    
Get them from chrome browser or firefox browser. I want to get every url from chrome tab/firefox tab using c++.
Richard MacCutchan 22-Jan-13 6:04am    
There is no point in merely repeating your original question. Exactly what URLs are you talking about, and how do you expect to get the information - from some stored file, by using a Browser extension ... ?
John Applessed 22-Jan-13 6:31am    
I want to get in c++ application, not an extension.
example: i open chrome with 3 tabs. tab 1: codeproject.com, tab2: google.com, tab3: msdn.microsoft.com. I want to get url of every tab i opened in c++ application.
Richard MacCutchan 22-Jan-13 6:33am    
I have no idea if that is even possible, but you could try searching the forums at the Chrome website for information.

1 solution

There is no way to do it, and there is no sense in doing it. I would say, you would have the worst solution if you managed to do it.

The tab-related properties of a Web browser are not a part of any existing or proposed standard, as well as all the Web pages shown by a single browser, in one process or separate ones. So, at best, you would be able to do it in some particular browser if it has the API for that.

And doing anything for a particular Web browser (perhaps, except some kind of plug-in/add-on) makes little to no sense.

—SA
 
Share this answer
 
Comments
John Applessed 22-Jan-13 21:32pm    
Thank you so much!
Sergey Alexandrovich Kryukov 22-Jan-13 21:36pm    
You are very welcome.
Good luck, call again.
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900