How do I change the default new tab page in Google Chrome (version 41 on Win 8.1).
I want it to point to an HTML page on my own computer - the same page in fact as I am using for my home page.
You can use a plugin
This extension does it
https://chrome.google.com/webstore/detail/new-tab-redirect/icpgjfneehieebagbmdbhnlpiopdcmna
If the link dies, then search for "New Tab Redirect Chrome plugin"
Really does look like you have to create or use an extension. Here's some info on how to do it, if you already know how to write an extension, from the Mozilla Dev Network, strangely enough.
Use the chrome_url_overrides key to provide a custom replacement for the documents loaded into various special pages usually provided by the browser itself.
newtab
Provide a replacement for the document that's shown in the "new tab" page. This is the page that's shown when the user has opened a new tab but has not loaded any document into it: for example, by using the Ctrl/Command+T keyboard shortcut.
I dug through the Empty New Tab Page extension a bit, and it provides a good template for doing this sort of thing.
From Chrome Help: Set your homepage and startup page
Choose your homepage (Tab Page)
You can control what page appears when you click in the top left of your screen the Home button.
- Open Chrome.
- In the top-right corner, click the icon you see: Menu Menu or More More.
- Select Settings.
- Under "Appearance," check the box Show Home button.
- Below "Show Home button," click Change to choose your homepage.
The Home button will appear to the left of your address bar.