Split Tab

Split tabs, supercharge productivity with multitasking

Split Tab là gì?

Split Tab là một tiện ích mở rộng Chrome được phát triển bởi Split Tab, và tính năng chính của nó là "Split tabs, supercharge productivity with multitasking".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Split Tab

Tải xuống các tệp mở rộng Split Tab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Split Tab Split Tab
ID bgibefjpafcdgmgdjfdclpojjgfbnkac
URL Chính Thức https://chromewebstore.google.com/detail/split-tab/bgibefjpafcdgmgdjfdclpojjgfbnkac
Mô tả Split tabs, supercharge productivity with multitasking
Kích Thước Tệp 59.81 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2024-02-20
Ngày Phát Hành 2024-02-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Split Tab
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}