Move tab to new window

Move the current tab into a new window

Move tab to new windowคืออะไร?

Move tab to new window เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chimera และคุณลักษณะหลักของมันคือ "Move the current tab into a new window"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Move tab to new window

ดาวน์โหลดไฟล์ส่วนขยาย Move tab to new window ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Move tab to new window Move tab to new window
ID oakjilaellnhaoahkkmafkifjaoommam
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/move-tab-to-new-window/oakjilaellnhaoahkkmafkifjaoommam
คำอธิบาย Move the current tab into a new window
ขนาดไฟล์ 4.42 KB
จำนวนการติดตั้ง 80
เวอร์ชันปัจจุบัน 0.1.0.0
อัปเดตครั้งล่าสุด 2014-04-18
วันที่เผยแพร่ 2014-04-18
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Chimera
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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
}