Move tab to new window

Move the current tab into a new window

Move tab to new window là gì?

Move tab to new window là một tiện ích mở rộng Chrome được phát triển bởi Chimera, và tính năng chính của nó là "Move the current tab into a new window".

Tải xuống tệp CRX của tiện ích mở rộng Move tab to new window

Tải xuống các tệp mở rộng Move tab to new window 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

                        Move a tab into its own window. You can bind a shortcut key to this action, allowing you to put a tab in a new window, without taking your hands off the keyboard.

Source code available here: https://github.com/tvdv/Tab2NewWnd                    

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

Tên Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
URL Chính Thức https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
Mô tả Move the current tab into a new window
Kích Thước Tệp 4.42 KB
Số Lần Cài Đặt 80
Phiên Bản Hiện Tại 0.1.0.0
Cập Nhật Lần Cuối 2014-04-18
Ngày Phát Hành 2014-04-18
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Chimera
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": "Move tab to new window",
    "version": "0.1.0.0",
    "description": "Move the current tab into a new window",
    "short_name": "TabToNewWnd",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "newWnd.png",
        "default_title": "Move tab to a new Window"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}