WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Newt - A Better New Tab

Newt - A Better New Tab

View on Chrome Web Store
View Newt - A Better New Tab Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (35 ratings)
1 new ratings
18 views
This extension has been viewed 18 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.

A replacement for Google Chrome's 'new tab' page that lets you easily access your favorite bookmarks, apps, and more.
Type
Extension
Users
1,000 users
Nothing Special
View author page of Nothing Special
Published
Published on July 10, 2014
Version 5.7.1
Manifest version
3
Updated
Updated on September 4, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Newt - A Better New Tab 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": "Newt - A Better New Tab",
    "short_name": "Newt",
    "author": "Nothing Special",
    "description": "A replacement for Google Chrome's 'new tab' page that lets you easily access your favorite bookmarks, apps, and more.",
    "version": "5.7.1",
    "icons": {
        "16": "assets\/icon-16.png",
        "24": "assets\/icon-24.png",
        "32": "assets\/icon-32.png",
        "48": "assets\/icon-48.png",
        "64": "assets\/icon-64.png",
        "128": "assets\/icon-128.png",
        "256": "assets\/icon-256.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options_page\/options.html",
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "bookmarks",
        "management",
        "topSites",
        "sessions",
        "contextMenus",
        "storage",
        "favicon"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": [
                "*"
            ]
        }
    ]
}
© 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