Tab Manager v2

Quickly and conveniently manage your open tabs

Tab Manager v2란 무엇입니까?

Tab Manager v2은(는) xcv58에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly and conveniently manage your open tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tab Manager v2 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tab Manager v2 helps you to manage tabs efficiently. 

v1.16.0 supports history search! Please accept the permission.

It supports:

- Drag to reorder or move tabs between windows
- Search tabs by URL and title
- Group tabs by domain
- Pin tab(s)
- Drag tabs into window title to create new window with selected tabs
- Highlight duplicated tabs
- Search history

Open source: https://github.com/xcv58/Tab-Manager-v2

Issues: https://github.com/xcv58/Tab-Manager-v2/issues                    

확장 프로그램 기본 정보

이름 Tab Manager v2 Tab Manager v2
ID nimllkpgmmbdglnjneeakdgcpkbgbfbp
공식 URL https://chromewebstore.google.com/detail/tab-manager-v2/nimllkpgmmbdglnjneeakdgcpkbgbfbp
설명 Quickly and conveniently manage your open tabs
파일 크기 304 KB
설치 횟수 4,192
현재 버전 1.24.0
최근 업데이트 2023-11-29
출시 날짜 2020-06-25
평점 4.09/5 총 44 개의 평점
개발자 xcv58
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://chrome.google.com/webstore/search/xcv58
도움말 페이지 URL https://github.com/xcv58/Tab-Manager-v2/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Quickly and conveniently manage your open tabs",
    "version": "1.24.0",
    "name": "Tab Manager v2",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "management",
        "storage",
        "tabs",
        "history",
        "tabGroups"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Tab Manager v2",
        "default_icon": "icon-16.png"
    },
    "omnibox": {
        "keyword": "t"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+W",
                "mac": "MacCtrl+W",
                "chromeos": "Alt+W",
                "linux": "Alt+W"
            },
            "description": "Activate the extension"
        },
        "TOGGLE-POPUP": {
            "suggested_key": {
                "windows": "Alt+T",
                "mac": "MacCtrl+T",
                "chromeos": "Alt+T",
                "linux": "Alt+T"
            },
            "description": "Open or toggle Tab Manager popup window"
        },
        "LAST-ACTIVE-TAB": {
            "suggested_key": {
                "windows": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            },
            "description": "Switch to next tab (recently used order)"
        },
        "OPEN-IN-NEW-TAB": {
            "suggested_key": {
                "windows": "Ctrl+O",
                "mac": "MacCtrl+O",
                "chromeos": "Ctrl+O",
                "linux": "Ctrl+O"
            },
            "description": "Open extension in new tab"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "89.0.4389",
    "offline_enabled": true
}