WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
New Tab & Toolbox

New Tab & Toolbox

View on Chrome Web Store
View New Tab & Toolbox Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (109 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

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

Unleash your Web Browser's potential!
Type
Extension
Users
4,000 users
1K
MSTECH
View author page of MSTECH
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 14, 2014
Version 44.5
Manifest version
3
Updated
Updated on September 26, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View New Tab & Toolbox 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",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Toolbox"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-id.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_idle"
        },
        {
            "all_frames": true,
            "js": [
                "content-st.js"
            ],
            "match_about_blank": true,
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "content-ag.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        },
        {
            "js": [
                "content-yt.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "description": "Unleash your Web Browser's potential!",
    "homepage_url": "https:\/\/sermak.ca",
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "icons": {
        "128": "newtab.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "New Tab & Toolbox",
    "options_page": "options.html",
    "permissions": [
        "cookies",
        "declarativeNetRequest",
        "tabs",
        "contextMenus",
        "storage",
        "offscreen",
        "search"
    ],
    "short_name": "Toolbox",
    "version": "44.5",
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "resources": [
                "*.html",
                "*.svg"
            ]
        }
    ]
}
© 2026 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