WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net

New Tab Redirect

View on Chrome Web Store
View New Tab Redirect Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (3,152 ratings)
2 new ratings
1 views
This extension has been viewed 1 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows a user to provide the URL of the page that loads in a new tab.
Type
Extension
Users
700,000 users
100K
Jim Schubert
View author page of Jim Schubert
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 20, 2009
Version 3.1.6
Manifest version
3
Updated
Updated on October 25, 2023
productivity/tools
Extension Category
View on Chrome Web Store
View New Tab Redirect Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab Redirect",
    "short_name": "NTR!",
    "description": "Allows a user to provide the URL of the page that loads in a new tab.",
    "version": "3.1.6",
    "background": {
        "service_worker": "js\/background.js"
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage",
        "favicon"
    ],
    "host_permissions": [
        "file:\/\/\/",
        "file:\/\/",
        "*:\/\/*"
    ],
    "optional_permissions": [
        "tabs",
        "topSites",
        "management",
        "bookmarks"
    ],
    "icons": {
        "19": "images\/icon19.png",
        "128": "images\/icon128.png",
        "200": "images\/icon200.png"
    },
    "incognito": "split",
    "minimum_chrome_version": "89"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top