New Tab No Shortcuts

Replaces the New Tab page with google.com.

What is New Tab No Shortcuts?

New Tab No Shortcuts is a Chrome extension developed by amiller, and its main feature is "Replaces the New Tab page with google.com.".

Extension Screenshots

screenshot

Download New Tab No Shortcuts Extension CRX File

Download New Tab No Shortcuts 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

                        This extension replaces the standard new tab page with google.com. All new windows and tabs will open directly to google.com.

This is for people who don't want to worry about which frequently visited sites may show up on the new tab page, or who would prefer all new tabs to open directly to google.com.                    

Extension Basic Information

Name New Tab No Shortcuts New Tab No Shortcuts
ID hckndkmfhfpjdnagcgdahfipkhhahbfk
Official URL https://chromewebstore.google.com/detail/new-tab-no-shortcuts/hckndkmfhfpjdnagcgdahfipkhhahbfk
Description Replaces the New Tab page with google.com.
File Size 8.82 KB
Installation Count 118
Current Version 1.1
Last Updated 2020-02-02
Publish Date 2020-01-29
Developer amiller
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Tab No Shortcuts",
    "short_name": "New Tab No Shortcuts",
    "version": "1.1",
    "minimum_chrome_version": "29",
    "description": "Replaces the New Tab page with google.com.",
    "author": "Andrew Miller",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    }
}