Close print preview window from google chrome extension project using jquery
问题 I am making google chrome extension project, where i need to close print preview window from my jquery code. Print preview window open automatically when i call site option from my google chrome extension project. I have also try with --disable-print-preview. in this case open print popup. so if anyone have idea to close print popup with jquery then it's also suitable for me. 回答1: [ I have found the solution to cancel the browser print preview screen. here is the solution provided in Java by