Google Chrome extension - how to remove entry from top sites list (Omnibox suggestions)?
address-bar, autocomplete, google-chrome-extension
Solution
You can remove entries from the list using the following steps:
Start typing the name of the website or whatever
Press ↓ on your keyboard, a list of all of the "remembered" entries should appear.
Using ↑ & ↓ highlight an entry you would like to delete.
Press delete. (Note that you may need to use shift+delete, fn+delete, ctrl+delete (Ubuntu) in some instances, like if the remembered entry is in the address / URL bar).
Repeat steps 2-4 until satisfied.
Problem
I can easly remove an entry from Chrome's history: http://code.google.com/chrome/extensions/history.html#method-deleteUrl but a deleted webpage is still showing up in the suggested sites in the address bar (called Omnibox). I found, these entries are in `.config/google-chrome/Default/Top\ Sites`. How can I delete a single entry from this list (through Google Chrome API)?