OneTab Pro

OneTab Pro is a new generation of more practical TAB management tools, more user-friendly management interface, more user friendly…

What is OneTab Pro?

OneTab Pro is a Chrome extension developed by https://www.bdtab.cn, and its main feature is "OneTab Pro is a new generation of more practical TAB management tools, more user-friendly management interface, more user friendly…".

Extension Screenshots

screenshot
screenshot
screenshot

Download OneTab Pro Extension CRX File

Download OneTab Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        节省高达95%的内存和减少标签混乱,
当您发现自己有太多标签时,单击OneTab Pro图标将所有标签转换为列表。
您可以重新恢复它或者删除。

隐私保障
关于您的标签的信息永远不会传输或透露给OneTab Pro开发人员标签永远不会被共享。                    

Extension Basic Information

Name OneTab Pro OneTab Pro
ID pkiknjbagbmlmbdgcacgfojgplcojihf
Official URL https://chromewebstore.google.com/detail/onetab-pro/pkiknjbagbmlmbdgcacgfojgplcojihf
Description OneTab Pro is a new generation of more practical TAB management tools, more user-friendly management interface, more user friendly…
File Size 399 KB
Installation Count 731
Current Version 1.1.7
Last Updated 2023-07-09
Publish Date 2022-12-25
Rating 3.50/5 Total 10 Ratings
Developer https://www.bdtab.cn
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.bdtab.cn/privacy.html
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OneTab Pro",
    "default_locale": "zh_CN",
    "description": "__MSG_extDescription__",
    "version": "1.1.7",
    "options_page": "options.html",
    "icons": {
        "16": "36.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_logo": "128.png",
        "default_icon": "128.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "onetabpro_content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}