Left Tab Window Group Manager

Reset the selected tab for each window to its left most tab to help manager tabs into window groups.

Left Tab Window Group Managerคืออะไร?

Left Tab Window Group Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย keithgabryelski และคุณลักษณะหลักของมันคือ "Reset the selected tab for each window to its left most tab to help manager tabs into window groups."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Left Tab Window Group Manager

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

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

                        Reset the selected tab for each window to its left most tab.

Why? Because window lists (Window menu) lists the currently selected tab and there are many times when that tab-title will not help you find what the original intention of that new window was
intended to be.

Technique: Group your windows into small numbers of tabs with the left most tab being the indentifier for the group.

Use this extension's browser action to reset the select tabs on all your windows so that you can find the group of tabs your are looking for.                    

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

ชื่อ Left Tab Window Group Manager Left Tab Window Group Manager
ID lefkebnokcjocjgajlbegiobikpbcfhg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg
คำอธิบาย Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
ขนาดไฟล์ 26.49 KB
จำนวนการติดตั้ง 22
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-11-15
วันที่เผยแพร่ 2015-11-15
ผู้พัฒนา keithgabryelski
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Left Tab Window Group Manager",
    "version": "1.0",
    "description": "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.",
    "author": "Keith Gabryelski",
    "homepage_url": "https:\/\/github.com\/keithgabryelski\/left-tab-window-group-manager",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}