How to disable Google Chrome spell checking on Mac OS X

15.12.2009 17:14:51 — kennuhttp://flk.cc/h5Technology, Apple

If you are using Chrome Beta:

1. Quit Chrome
2. Edit ~/Library/Application\ Support/Google/Chrome/Default/Preferences
3. Add an entry that says:

"spellcheck": {
   "dictionary": ""
}

4. Restart Chrome

When you add the entry at the end of the file, make sure to add a "," at the end of the previous entry. The result should look something like this:

...
   "webkit": {
      "webprefs": {
         "inspector_settings": "lastActivePanel:string:scripts\n"
      }
   },
   "spellcheck": {
      "dictionary": ""
   }
}

If you are using Chromium, the file is ~/Library/Application\ Support/Chromium/Default/Preferences.

5 comments · 4 people liked this story ·
5 Comments
Casper 16.12.2009 20:44:18

Thx!!!

Colin Barnes 3.1.2010 06:07:52

This does not persist if cache, etc are cleared on exiting Google Chrome.

Art Vandelay 26.1.2010 07:45:03

Your instructions are a little off.

There's ALREADY a line that says

"dictionary": "en-US"

so you just change that to

"dictionary": ""

instead of adding all that at the end. The first few times I tried this, it didn't work, then I realized what was wrong.

Kennu 26.1.2010 11:30:24

Apparently this is changing with new versions of Chrome, so please be careful and keep backups of the Preferences file. The setting will probably eventually be in the GUI settings dialog.

Steff 10.2.2010 14:09:41

Thanks a lot.

What's up with googles lack of Mac support?


You can use Markdown to format your comment:

  • > quoted text
  • *italic* text
  • **bold** text
  • `code block` (multi-line is ok, whitespace is preserved)
  • [link text](http://www.google.com "link title")

Separate paragraphs in your text with two newlines