My New Tab

Create your own personalized New Tab page using a custom URL or simply a plain color.

What is My New Tab?

My New Tab is a Chrome extension developed by Dominic Lacaille, and its main feature is "Create your own personalized New Tab page using a custom URL or simply a plain color.".

Extension Screenshots

screenshot

Download My New Tab Extension CRX File

Download My New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create your own personalized New Tab page using a custom URL or simply a plain color.

Make use of the boring New Tab page by customizing it to your liking. Display any web page when a tab is created to browse faster and more efficiently.

With this extension you can use the New Tab page the same way as before, the URL in the address bar stays empty and automatically gets focus as with the default New Tab page!

This application displays a white page by default when a new tab is opened. To customize this behavior, please navigate to chrome settings > extensions > My New Tab options. For security purposes, web sites displayed in the New Tab page will not have access to your computer's cookies or local storage.                    

Extension Basic Information

Name My New Tab My New Tab
ID hkamannimdppjgaefkfadajfacnajmoe
Official URL https://chromewebstore.google.com/detail/my-new-tab/hkamannimdppjgaefkfadajfacnajmoe
Description Create your own personalized New Tab page using a custom URL or simply a plain color.
File Size 124 KB
Installation Count 127
Current Version 1.0.1
Last Updated 2014-01-16
Publish Date 2014-01-15
Rating 4.18/5 Total 11 Ratings
Developer Dominic Lacaille
Payment Type free
Supported Languages en
manifest.json
{
    "chrome_url_overrides": {
        "newtab": "frame.html"
    },
    "description": "Create your own personalized New Tab page using a custom URL or simply a plain color.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "My New Tab",
    "options_page": "options.html",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1"
}