Split Tab

Split tabs, supercharge productivity with multitasking

什么是Split Tab?

Split Tab是由Split Tab开发的Chrome扩展程序,该扩展的主要功能是“Split tabs, supercharge productivity with multitasking”。

扩展截图

screenshot
screenshot
screenshot

下载Split Tab扩展crx文件

下载Split Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Split tabs supercharge productivity by enabling multitasking. Users can view multiple web pages side by side within a single browser window, enhancing efficiency and facilitating seamless information access. This feature is particularly beneficial for research, comparison, and referencing tasks, allowing users to stay focused without constantly switching between tabs                    

扩展基本信息

名称 Split Tab Split Tab
ID bgibefjpafcdgmgdjfdclpojjgfbnkac
官方URL https://chromewebstore.google.com/detail/split-tab/bgibefjpafcdgmgdjfdclpojjgfbnkac
简介 Split tabs, supercharge productivity with multitasking
文件大小 59.81 KB
安装次数 53
当前版本 0.1.0
更新时间 2024-02-20
上架时间 2024-02-20
评分 5.00/5 共2次评分
开发者 Split Tab
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Split Tab",
    "description": "Split tabs, supercharge productivity with multitasking",
    "version": "0.1.0",
    "default_locale": "en",
    "icons": {
        "128": ".\/icon\/icon-128.png",
        "48": ".\/icon\/icon-48.png",
        "16": ".\/icon\/icon-16.png"
    },
    "author": "Split Tab",
    "background": {
        "service_worker": "background.min.js"
    },
    "action": {
        "default_icon": ".\/icon\/icon-48.png",
        "default_popup": "popup.html",
        "default_title": "Split Tab"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "declarativeNetRequest"
    ]
}