WebExtension.net
Toggle dark mode
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.9 (9 ratings)
1 new ratings
7 views
This extension has been viewed 7 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
1,000 users
29
Website ainewtab.app
Orion Wang
View author page of Orion Wang
Published
Published on July 1, 2024
Version 1.238
Manifest version
3
Updated
Updated on January 22, 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.238",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/index.html"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage",
        "history",
        "alarms",
        "tabGroups",
        "management"
    ],
    "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>"
            ]
        }
    ]
}
WebExtension.net

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

© 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