3rd September 2008 - 3 minutes read time
As the new Google web browser was released last night (I'm writing this post using the new browser) I thought it would be good to update our readers on the user agent string that this web browser has.
The user agent of any browser can be found out by using the userAgent property of the navigator object. This is available in most modern browsers and is thankfully also present in Google Chrome.
navigator.userAgent
As an example the user agent for FireFox 3 on a Windows XP machine looks like this.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
Using the same code, and the same machine, the user agent produced by Google Chrome is as follows.