Just started to learn Android. I want to get the number and a list of open tabs (and URLs from this tabs) in Google Chrome using Java+Android. But I'm not sure whether to implement this? Can you help me with this question? Thanks!
Asked
Active
Viewed 1,651 times
1 Answers
0
As far as I realize it's not possible. You can get the browser history though. The history can be a little outdated and doesn't reflect the current open tabs.
For specifics you may check the answer to the following question:

Community
- 1
- 1

Tomasz Jędzierowski
- 969
- 8
- 19
-
http://stackoverflow.com/questions/1979583/how-can-i-get-the-url-for-a-google-chrome-tab?rq=1 but in this question use extension, I think that, maybe, there is a way for Java/Android. – Tomas Nov 13 '16 at 17:49
-
chrome extension is not available in android – Tony Wu May 10 '18 at 09:18