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とは何ですか?

Tab Spaceはkosei28によって開発されたChromeの拡張機能で、その主な機能は「Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…」です。

拡張機能のスクリーンショット

screenshot

Tab Space拡張機能のCRXファイルをダウンロード

Tab Space拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Tab Space Tab Space
ID haldijfdieafjhbgbfmpkolndlpkfoin
公式URL https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin
説明 Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
ファイルサイズ 189 KB
インストール数 25
現在のバージョン 1.0.7
最終更新日 2022-06-23
公開日 2022-05-08
開発者 kosei28
Eメール [email protected]
支払い方法 free
対応言語 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"
            }
        }
    }
}