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

TabMark-Bookmark New Tab

View on Chrome Web Store
View TabMark-Bookmark New Tab Chrome Extension on Chrome Web Store
Add to bookmarks
4.7 (12 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

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

TabMark is a bookmark-based new tab page application that helps you efficiently organize and access your bookmarks.
Type
Extension
Users
2,000 users
1K
Website ainewtab.app
Orion Wang
View author page of Orion Wang
Published
Published on July 1, 2024
Version 1.243
Manifest version
3
Updated
Updated on March 6, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View TabMark-Bookmark 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": "TabMark-Bookmark New Tab",
    "version": "1.243",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage",
        "history",
        "alarms",
        "tabGroups",
        "management",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "_favicon\/*",
                "src\/fonts\/*",
                "images\/sider-icon\/*",
                "images\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "side_panel": {
        "default_path": "src\/sidepanel.html",
        "default_width": 430
    },
    "commands": {
        "_execute_side_panel": {
            "suggested_key": {
                "default": "Alt+B",
                "mac": "Command+B"
            },
            "description": "Toggle side panel"
        },
        "close_side_panel": {
            "suggested_key": {
                "default": "Alt+Shift+B",
                "mac": "Command+Shift+B"
            },
            "description": "Close side panel"
        }
    }
}
© 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