Obviously, Chrome has a built-in dictionary that it uses to check spelling. Is there an API or some way to access this dictionary? I'm not interested in spellchecking, but in actual access to the dictionary. For example. I would like to write a dictionary autocomplete extension for chrome? a dictionary autofill extension that uses the Chrome dictionary instead of saving my own. Of particular interest to me would be funciton like getWordsThatStartWith(text) .
javascript google-chrome google-chrome-extension spell-checking
nullUser Aug 20 '12 at 15:03 2012-08-20 15:03
source share