Tab Cutter

This extension divides one window into two

Tab Cutter là gì?

Tab Cutter là một tiện ích mở rộng Chrome được phát triển bởi soags, và tính năng chính của nó là "This extension divides one window into two".

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

screenshot

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

Tải xuống các tệp mở rộng Tab Cutter 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

                        This simple tab organization tool divides one window into two.

If you have at least two tabs in the selected Chrome window, all the tabs on the left side of the selected tab will stay in the window, and the rest will move to the new window.

If you are looking for Tab Scissors, have a try.                    

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

Tên Tab Cutter Tab Cutter
ID mekmindbhhjinkmgdjabpgfkaekhmgkj
URL Chính Thức https://chromewebstore.google.com/detail/tab-cutter/mekmindbhhjinkmgdjabpgfkaekhmgkj
Mô tả This extension divides one window into two
Kích Thước Tệp 11.09 KB
Số Lần Cài Đặt 579
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2023-08-31
Ngày Phát Hành 2023-08-30
Đánh Giá 4.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển soags
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/soags/tab-cutter
URL Trang Trợ Giúp https://github.com/soags/tab-cutter/issues
URL Trang Chính Sách Bảo Mật https://soags.github.io/privacy-policy/chrome-extensions
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Cutter",
    "description": "This extension divides one window into two",
    "version": "1.0.1.0",
    "version_name": "1.0.1",
    "icons": {
        "16": "public\/icon-16.png",
        "48": "public\/icon-48.png",
        "128": "public\/icon-128.png"
    },
    "action": {
        "default_icon": {
            "16": "public\/icon-16.png",
            "48": "public\/icon-48.png",
            "128": "public\/icon-128.png"
        },
        "default_title": "Tab Cutter"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": []
}