Dictionary auto-complete extension for chrome?

I tried google search but no luck. Is there an auto-complete extension for chrome for spelling? Like in Eclipse when I print

System.out.pri 

then CTRL + SPACE will display a menu with print , println , etc.

I want this as an extension for chrome, but instead of programming words, just for English words. For example. I am typing

 isol 

and then CTRL + SPACE and displays a menu with words starting with "isolation" (for example, isolated).

Does this already exist or will I have to write it myself?

+5
google-chrome autocomplete google-chrome-extension
Aug 16 '12 at 18:52
source share

No one has answered this question yet.

See similar questions:

9
How can I access the Chrome spellcheck dictionary?

or similar:

2639
How to disable browser autocomplete in the web form field / input tag?
1554
Disabling Chrome Web Site Cache
1403
Disable same origin policy in Chrome
1153
How to force ASP.NET Web API to return JSON instead of XML using Chrome?
1058
Getting Chrome to accept a self-signed local certificate
949
How to remove border (contour) around text / input fields? (Chromium)
620
Disabling Chrome Autofill
579
Removing input background color for Chrome autofill?
349
Chrome ignores autocomplete = "off"



All Articles