Translates CSS ime-mode into HTML5 inputmode.Translates IE/FF-specific 'ime-mode' CSS property to HTML5 inputmode.
Currently only inline style (e.g. <input style="ime-mode: active>) is supported.
CSS styles defined in external style sheets or <style></style> tag are not supported.
Each ime-mode is translated as follows.
* ime-mode: auto -> no conversion
* ime-mode: active -> kana
* ime-mode: inactive -> latin
* ime-mode: disabled -> latin
See
http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-inputmode
for the latest HTML5 inputmode spec.
For this extension to be effective, you have to manually enable "experimental web platform features"
in chrome://flags/#enable-experimental-web-platform-features .
At the time of writing (Jun. 2014), HTML5 inputmode is only implemented in Windows version of Chrome.