What built-in Javascript/jQuery methods are there to detect what Chrome browser I'm currently using? The only method I know of currently is to type
about:version
I recommend navigator.appVersion. Related documentation can be found here.
navigator.appVersion