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 là gì?

Left Tab Window Group Manager là một tiện ích mở rộng Chrome được phát triển bởi keithgabryelski, và tính năng chính của nó là "Reset the selected tab for each window to its left most tab to help manager tabs into window groups.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Left Tab Window Group Manager

Tải xuống các tệp mở rộng Left Tab Window Group Manager 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

                        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.                    

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

Tên Left Tab Window Group Manager Left Tab Window Group Manager
ID lefkebnokcjocjgajlbegiobikpbcfhg
URL Chính Thức https://chrome.google.com/webstore/detail/lefkebnokcjocjgajlbegiobikpbcfhg
Mô tả Reset the selected tab for each window to its left most tab to help manager tabs into window groups.
Kích Thước Tệp 26.49 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-11-15
Ngày Phát Hành 2015-11-15
Nhà Phát Triển keithgabryelski
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}