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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 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 |
이메일 | [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" } } } } |