Tab Move To Side Screen

Moving tabs with a shortcut.

Tab Move To Side Screen là gì?

Tab Move To Side Screen là một tiện ích mở rộng Chrome được phát triển bởi Furkan Gündel, và tính năng chính của nó là "Moving tabs with a shortcut.".

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

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

Tải xuống các tệp mở rộng Tab Move To Side Screen 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 chrome extension is making it possible the move the Chrome tab to another Chrome window just with an adjustable shortcut "Alt + M". (comes handy if you use two seperate Chrome windows with two monitors)

When you want to move you tab to the last active chrome window you just need to press "Alt + M" and it is done for you.

You can adjust the shortcut as you like from the shortcuts menu of this panel chrome://extensions/shortcuts.                    

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

Tên Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
URL Chính Thức https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
Mô tả Moving tabs with a shortcut.
Kích Thước Tệp 3.95 KB
Số Lần Cài Đặt 64
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-09-29
Ngày Phát Hành 2021-09-02
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Furkan Gündel
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Move To Side Screen",
    "description": "Moving tabs with a shortcut.",
    "version": "1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "commands": {
        "move": {
            "suggested_key": "Alt+M",
            "description": "Move Tab"
        }
    }
}