WebExtension.net
WebExtension.net

New Tab Redirect

View on Chrome Web Store
View New Tab Redirect Chrome Extension on Chrome Web Store
4.1 (3,147 ratings)

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
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
View on Chrome Web Store
View New Tab Redirect Chrome Extension on Chrome Web Store
productivity/tools
Extension Category

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"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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