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…”。
擴展截圖
下載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 |
ID | haldijfdieafjhbgbfmpkolndlpkfoin |
官方網址 | 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 |
電子郵箱 | [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" } } } } |