WebExtension.net
Toggle dark mode
WebExtension.net

WeTab 新标签页

View on Chrome Web Store
View WeTab 新标签页 Chrome Extension on Chrome Web Store
Add to bookmarks
4.1 (346 ratings)
1 new ratings
1 views
This extension has been viewed 1 times

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

用小组件自定义你的新标签页,支持暗黑模式
Type
Extension
Users
300,000 users
100K
Website wetab.link
Infinity Teams
View author page of Infinity Teams
Published
Published on August 19, 2022
Version 2.0.0
Manifest version
3
Updated
Updated on February 20, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View WeTab 新标签页 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,
    "version": "2.0.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "sidePanel",
        "contextMenus",
        "search"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "system.cpu",
        "system.memory",
        "bookmarks",
        "history",
        "favicon"
    ],
    "background": {
        "service_worker": "serviceworker.js"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "default_locale": "zh_CN",
    "name": "WeTab \u65b0\u6807\u7b7e\u9875",
    "description": "\u7528\u5c0f\u7ec4\u4ef6\u81ea\u5b9a\u4e49\u4f60\u7684\u65b0\u6807\u7b7e\u9875,\u652f\u6301\u6697\u9ed1\u6a21\u5f0f",
    "action": {
        "default_title": "WeTab \u6807\u7b7e\u9875",
        "default_popup": "popup\/index.html",
        "default_icon": {
            "48": "icons\/icon_zh_action_48.png"
        }
    },
    "icons": {
        "16": "icons\/icon_zh_16.png",
        "32": "icons\/icon_zh_32.png",
        "48": "icons\/icon_zh_48.png",
        "128": "icons\/icon_zh_128.png"
    },
    "side_panel": {
        "default_path": "sidepanel\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "<all_urls>"
            ],
            "resources": [
                "*"
            ]
        }
    ]
}
© 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