--[ Chrome in Kali ]

Download the debian version of chrome

open a terminal, go to the file and run dpkg -i google-chrome-stable_current_i386.deb

to add it to the menu, go to Applications -> Accessories -> Main Menu


Click on the Internet icon on the left hand panel, and click the ‘New Item’ button on the right.
In the popup window, add a new application, name it as you like. i.e. 'Chrome'
As command type: google-chrome


You can't run it as root, it will produce an error. to solve that :
specify an alternate --user-data-dir for storage of profile information
go to /opt/google/chrome, open the file 'google-chrome'
on the last line add --user-data-dir, next to exec -a “$0″ “$HERE/chrome”  “$@”
save the file.
Now you can run it as root.