- Jul 8, 2012
- 908
Yeah it never was perfect, only one of the "icons" you could set worked for me...till today. But it was nice while it lasted...oh well.
Well in my version of Google Chrome there's an X (at the top right of the image) to just delete the thumbnail
Did I stumble on the wrong thread? Are you not talking about how to disable history thumbnails on the Chrome new tab page? The replies seem pretty confused.
{
"name": "NewNewTab",
"version": "0.0.1",
"manifest_version": 1,
"description" : "Override NewTab.",
"icons": { "16": "icons/16x16.png", "48": "icons/48x48.png", "128": "icons/128x128.png" },
"omnibox": { "keyword" : "yeah" },
"browser_action": {
"default_title": "Override NewTab",
},
"chrome_url_overrides" : {
"newtab": "newtab/newtab.html"
}