MoveTab

A chrome extension that helps you move your tabs from one window to another without dragging and dropping.

MoveTabคืออะไร?

MoveTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sawjax และคุณลักษณะหลักของมันคือ "A chrome extension that helps you move your tabs from one window to another without dragging and dropping."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MoveTab

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

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

                        Ever tried moving a chrome tab to another window while its minimised or on another desktop, all the while having to drag it and find the right focus on the right window? Annoying isn't it? 

MoveTab solves that problem by helping you move tabs in two steps. 
1. Go to the tab you want to move and click on MoveTab. 
2. Go to the window where you want it and click on MoveTab again.

It's that simple!                    

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

ชื่อ MoveTab MoveTab
ID jokbmfhbamgbbjglhcphlpkcklpbceid
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/movetab/jokbmfhbamgbbjglhcphlpkcklpbceid
คำอธิบาย A chrome extension that helps you move your tabs from one window to another without dragging and dropping.
ขนาดไฟล์ 29.04 KB
จำนวนการติดตั้ง 149
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-09-01
วันที่เผยแพร่ 2014-09-01
คะแนน 4.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา sawjax
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MoveTab",
    "description": "A chrome extension that helps you move your tabs from one window to another without dragging and dropping.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Move this tab",
        "default_icon": {
            "19": "icons\/icon19in.png",
            "38": "icons\/icon38in.png"
        }
    },
    "manifest_version": 2
}

ส่วนขยายที่เกี่ยวข้อง