Simple Tab Manager

Simple tab manager that allows you to easily manage and sort tabs.

Simple Tab Manager là gì?

Simple Tab Manager là một tiện ích mở rộng Chrome được phát triển bởi albin.carlsson1503, và tính năng chính của nó là "Simple tab manager that allows you to easily manage and sort tabs.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Functionality:

Windows:
- Open and close windows
- Minimize and maximize windows
- Add new tab to window
- Customize the title and color of the window (UI only)

Tabs:
- Open and close tabs
- Pin and unpin tabs
- Mute and unmute tabs
- Move tabs within and between windows
- Select multiple tabs at once with Right-Click or Ctrl+Click
- Sort tabs by title or url
- Filter tabs by search

Other:
- Supports dark mode
- Supports a more compact view (grid view)                    

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

Tên Simple Tab Manager Simple Tab Manager
ID mdfbfcbfcohpbdicnpdpcdioggfdddlc
URL Chính Thức https://chromewebstore.google.com/detail/simple-tab-manager/mdfbfcbfcohpbdicnpdpcdioggfdddlc
Mô tả Simple tab manager that allows you to easily manage and sort tabs.
Kích Thước Tệp 123 KB
Số Lần Cài Đặt 94
Phiên Bản Hiện Tại 2.0.1
Cập Nhật Lần Cuối 2023-07-10
Ngày Phát Hành 2021-12-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển albin.carlsson1503
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/EpicAlbin03/Simple-Tab-Manager
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Tab Manager",
    "description": "Simple tab manager that allows you to easily manage and sort tabs.",
    "version": "2.0.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icons": {
            "16": ".\/images\/icon-16x16.png",
            "32": ".\/images\/icon-32x32.png",
            "48": ".\/images\/icon-48x48.png",
            "128": ".\/images\/icon-128x128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}