Changing Chrome to default to OSX’s System Print Dialog
One annoying capability of Chrome on OSX is that it defaults to a “Chrome” Specific Print Dialog Box instead of the system one. I finally found the way to reset this behavior and force Chrome to default to the system dialog. Open a terminal window and do the following: defaults write com.google.Chrome DisablePrintPreview -bool true