Tab Manager in Side Panel

Compatible with built-in and adds more easy-to-use features, lives in side panel

Tab Manager in Side Panel là gì?

Tab Manager in Side Panel là một tiện ích mở rộng Chrome được phát triển bởi wenxi303, và tính năng chính của nó là "Compatible with built-in and adds more easy-to-use features, lives in side panel".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab Manager in Side Panel

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

                        This extension provides an easy and intuitive way to manage all your tabs across all your windows. In particular, an optimization has been made to facilitate the management and deletion of many temporarily opened tabs.

✨ Help you easier to find the target tab ✨
1. Support searching opened tabs and history.
2. Support show 7 most recent tabs.

✨ Help you easier to create and close tabs ✨
1. Create a new adjacent child tab for any tab with one click.
2. Support tabGroup and display non-tabGroup tabs with auto group(one level tree), and you can close all tabs belong same tree  by "Alt + click" close icon of the parent tab.

✨ Help you easier to navigate through tabs ✨
1. Navigate to any tab across all your windows with one click, even when tab group which tab belongs to has been collapsed.
2. Collapse or expand all tab groups in same window with one click. 
3. Collapse or expand any tab group with one click. 
4. Press "Tab" and "Shift+Tab" to navigate and "Enter" to switch.


Tab Manager In Side Panel is designed to help you save time, reduce clutter, and improve your productivity when working with multiple tabs across multiple windows, such as easily managing and deleting many temporary  opened tabs. It is lightweight, fast, easy to use and compatible with built-in features. If you are looking for a simple tab manager in side panel, give this extension a try!

Here is recent change log:
v1.3.13:
  Feature: stick tab group name when scrolling tabs
v1.3.9:
  Feature: support show 7 most recent tabs
v1.3.5:
  Feature: indent tab by one click
v1.3.2: 
  Feature: simple dark mode
v1.2.4:
  Feature: create a new adjacent tab from one tab with one click                    

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

Tên Tab Manager in Side Panel Tab Manager in Side Panel
ID dhdfjphlghgaokjflinlfcacdafpmiom
URL Chính Thức https://chromewebstore.google.com/detail/tab-manager-in-side-panel/dhdfjphlghgaokjflinlfcacdafpmiom
Mô tả Compatible with built-in and adds more easy-to-use features, lives in side panel
Kích Thước Tệp 109 KB
Số Lần Cài Đặt 513
Phiên Bản Hiện Tại 1.3.14
Cập Nhật Lần Cuối 2024-02-06
Ngày Phát Hành 2023-06-17
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển wenxi303
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://gist.github.com/xxleyi/784a72634d0306d300c9a8bae69c0643
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Manager in Side Panel",
    "version": "1.3.14",
    "description": "Compatible with built-in and adds more easy-to-use features, lives in side panel",
    "minimum_chrome_version": "114",
    "permissions": [
        "sidePanel",
        "tabs",
        "tabGroups",
        "favicon",
        "storage",
        "history"
    ],
    "side_panel": {
        "default_path": "src\/pages\/sidepanel\/index.html"
    },
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": "SideTab96.png"
    },
    "icons": {
        "96": "SideTab96.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "SideTab.png",
                "_favicon"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}