chrome.input undefined in latest Chrome Browser (26)-Collection of common programming errors
Referring to documentation and sample code found here: http://developer.chrome.com/extensions/input.ime.html
I am trying to install the sample extension/code to test chrome.input.ime
It seems that chrome.input is not defined even though I have declared “input” in the manifest permissions.
Are there any issues with the sample code? Has anyone successfully run the sample in the latest chrome?
Originally posted 2013-11-09 20:02:52.