Tab Move To Side Screen

Moving tabs with a shortcut.

Tab Move To Side Screenคืออะไร?

Tab Move To Side Screen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Furkan Gündel และคุณลักษณะหลักของมันคือ "Moving tabs with a shortcut."

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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Move To Side Screen

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

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

                        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.                    

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

ชื่อ Tab Move To Side Screen Tab Move To Side Screen
ID eniblinanabobmaigjnenpajhhcccmgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tab-move-to-side-screen/eniblinanabobmaigjnenpajhhcccmgp
คำอธิบาย Moving tabs with a shortcut.
ขนาดไฟล์ 3.95 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2021-09-29
วันที่เผยแพร่ 2021-09-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Furkan Gündel
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    }
}