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은(는) keithgabryelski에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reset the selected tab for each window to its left most tab to help manager tabs into window groups."입니다.

확장 프로그램 스크린샷

screenshot

Left Tab Window Group Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}