-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Beta support? #2
Comments
Ok, this is an interesting question... I've done some quick research on the underlying workings of the forwarding ability of This is related to the forwarding done by The socket part is It appears the chrome beta on the device does expose such a socket too. I think you can safely follow this blog post to find out what socket you are looking for. It should look just like the "normal" one, but with a number appended to its name. The relevant excerpt:
Sadly (my bad actually) the socket name cannot be changed from the cli when calling the Also, there is always |
Awesome, thank you! I did have to make one small modification - it seems that
This gave the desired output:
So I was able to set up the forward using:
and then got the json from http://localhost:9223/json/list I'll submit a PR that adds the socket name as a cli argument to |
e.g. to get tabs from Chrome Beta instead of regular Chrome (see machinateur#2)
e.g. to get tabs from Chrome Beta instead of regular Chrome (see machinateur#2)
Thanks for sharing this!
I have both Chrome and Chrome Beta running on my phone. Is it possible to get the tabs from Chrome Beta instead of regular Chrome?
The text was updated successfully, but these errors were encountered: