Ctrl+f (find) in Chrome app
问题 Is it somehow possible to enable the browser feature Ctrl + F (find in the current view) in a chrome app? I am talking about an app I am writing myself and I am really missing that feature. 回答1: You can't "enable the browser feature" because a Chrome App window is not a browser. True, it's it's always initially loaded from an HTML file, but that doesn't make it a browser. What you have to do is set a handler for the keyboard event (a technique not unique to Chrome Apps) and then in that