--[ Installing Chrome on Kali ]

Download .deb :
https://www.google.com/chrome/browser/desktop/index.html

In a terminal:

#cd ~/Downloads
#dpkg -i google-chrome-stable_current_amd64.deb

errors are fine, continue with :
apt-get install libappindicator1
and
apt-get -f install
to install dependencies.