My Chrome extention needs to know what is the IP of the machine that it is running on (the real world IP) Is there a easy way of doing it?
YES! You can get the IP addresses of your local network via the WebRTC API. You can use this API for any web application not just Chrome extensions.