WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
New Tab Notes

New Tab Notes

View on Chrome Web Store
4.4 (13 ratings)
1 new ratings
20 views

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

Turn your New Tab into a clean, distraction-free notepad with rich text formatting, shortcuts, auto-sync, customizations, and more.
Type
Extension
Users
1,000 users
3
Website newtabnotes.com
WordFields
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.1.6
Manifest version
3
Updated
make_chrome_yours/functionality
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "short_name": "New Tab Notes",
    "version": "1.1.6",
    "description": "__MSG_extensionDescription__",
    "permissions": [
        "storage"
    ],
    "options_page": "pages\/help\/index.html",
    "background": {
        "type": "module",
        "service_worker": "pages\/background\/index.js"
    },
    "action": {
        "default_icon": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/notes\/index.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon128.png",
                "icon48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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.