Custom New Tab

A clean custom new tab page designed for minimum distraction.

What is Custom New Tab?

Custom New Tab is a Chrome extension developed by Josephus Paye II, and its main feature is "A clean custom new tab page designed for minimum distraction.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Custom New Tab Extension CRX File

Download Custom 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

                        Replaces the new tab page with a clean, minimal design that shows favorite sites, installed apps and links from a selected bookmarks folder.                    

Extension Basic Information

Name Custom New Tab Custom New Tab
ID aiakclopdahdkjkfmbklnocpheohodnn
Official URL https://chromewebstore.google.com/detail/custom-new-tab/aiakclopdahdkjkfmbklnocpheohodnn
Description A clean custom new tab page designed for minimum distraction.
File Size 121 KB
Installation Count 360
Current Version 1.0
Last Updated 2014-08-02
Publish Date 2014-08-02
Rating 3.25/5 Total 4 Ratings
Developer Josephus Paye II
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Custom New Tab",
    "description": "A clean custom new tab page designed for minimum distraction.",
    "author": "Josephus Paye II",
    "version": "1.0",
    "icons": {
        "128": "assets\/images\/icon_128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "management",
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "chrome_url_overrides": {
        "newtab": "page.html"
    }
}