Tab Space

Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…

Tab Space là gì?

Tab Space là một tiện ích mở rộng Chrome được phát triển bởi kosei28, và tính năng chính của nó là "Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…".

Ả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 Tab Space

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

                        Workspace-based Window and Tab manager.

Tab Space is an easy-to-use workspace-based window and tab manager extension. This extension allows you to easily manage a large number of windows and tabs and save your time and memory.

Features:
- Save a window as a workspace
- Automatically save tabs in a workspace
- Quickly switch to the desired window
- Sort workspaces by drag and drop
- Show tabs in a workspace
- Count tabs in a workspace

Shortcut Keys:
- Alt + W: Open Tab Space
- Up Arrow and Down Arrow: Select a window or a workspace
- Left Arrow and Right Arrow: Select an opened window
- Enter: Switch to the selected window

Tab Space does not track or collect any of your data.

Developer:
- kosei28: https://twitter.com/kosei_28                    

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

Tên Tab Space Tab Space
ID haldijfdieafjhbgbfmpkolndlpkfoin
URL Chính Thức https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin
Mô tả Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
Kích Thước Tệp 189 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2022-06-23
Ngày Phát Hành 2022-05-08
Nhà Phát Triển kosei28
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Space",
    "manifest_version": 3,
    "version": "1.0.7",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "build\/background.js"
    },
    "action": {
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+W"
            }
        }
    }
}