How to make speech webkit work in Chrome extension popup?
问题 A simple code like this <html> <body> <input type="text" id="txtSearch" x-webkit-speech /> </body> </html> works correctly in an HTML page. I am trying to use the same code in the popup of my Google Chrome extension. But on clicking the mic icon, nothing happens in the popup. Are there some restrictions to use code like this for popups? Or am I missing something else? 回答1: It's being worked on, apparently, but I can't parse out from this any progress since Dec 15, 2011. http://code.google.com