Tab Space
Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…
What is Tab Space?
Tab Space is a Chrome extension developed by kosei28, and its main feature is "Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…".
Extension Screenshots
Download Tab Space Extension CRX File
Download Tab Space extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Tab Space |
ID | haldijfdieafjhbgbfmpkolndlpkfoin |
Official URL | https://chromewebstore.google.com/detail/tab-space/haldijfdieafjhbgbfmpkolndlpkfoin |
Description | Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This… |
File Size | 189 KB |
Installation Count | 25 |
Current Version | 1.0.7 |
Last Updated | 2022-06-23 |
Publish Date | 2022-05-08 |
Developer | kosei28 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } } } |