So I'm looking to try and get my foot into chrome extensions and had an idea, but I don't know if it is possible. What I need is to get some basic information of the user's internet connection, the network's name for example, that could easily be differentiated from one connection to another.
What I'm looking to do is to open different tabs when starting up google chrome depending on what network the user is connected to. For example, if the user is connected to their home network it could open things like facebook or youtube, as opposed to work related websites when connected to their work network.
All I've been able to find so far is to check whether or not a connection exists with JS, so I'm tempted to say it's not possible, but is there some way to accomplish this ? Again, I'm new to chrome extensions so I don't really know of all the possible things I can do.