Side Space - Vertical Tab Manager
Your vertical tabs manager located in the side panel.
Side Space - Vertical Tab Manager란 무엇입니까?
Side Space - Vertical Tab Manager은(는) https://sidespace.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your vertical tabs manager located in the side panel."입니다.
확장 프로그램 스크린샷
Side Space - Vertical Tab Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Your vertical tabs manager located in the side panel. Alternative to Arc's Sidebar/Edge's Vertical Tabs. It allows you to have more control over your web browsing experience by effectively managing multiple tabs at once. 🚀 How do vertical tabs work? Enabling the vertical tabs setting moves your open tabs from the top of your browser window (above the address bar) to the left side of the window. This allows the tabs to be displayed vertically, stacked one on top of the other, instead of horizontally. ✨ Features - ⚡️ Manage tabs and tab groups efficiently with a vertical tabs panel. - 🗂️ To save, restore, and reorganize tabs, including tab groups, is now available. - 🔄 The Vertical Tabs Panel displays your open tabs in a mirrored view. - 🔍 Efficiently search multiple tabs using fuzzy search. - 🧹 To save memory, you can suspend open tabs. - ☁️ Enable cross-browser cloud synchronization with a single login. - 🌛 Dark Mode Support. - 💾 Space Backup Solution - 📑 Save your session as a JSON file - ☁️ Cloud sync by login - ✨ AI-powered Tab Grouping 👍 The advantages of vertical tabs Vertical tabs are an effective solution for avoiding clutter in your browser window and maximizing your on-screen space. Additionally, they enhance tab visibility for easier identification. PS: Side Space is a futuristic vertical tab manager that can only be used with Chrome version 114 or above.
확장 프로그램 기본 정보
이름 | Side Space - Vertical Tab Manager |
ID | ipcmlnjbpgmnpahkkboglidcbkndekjj |
공식 URL | https://chromewebstore.google.com/detail/side-space-vertical-tab-m/ipcmlnjbpgmnpahkkboglidcbkndekjj |
설명 | Your vertical tabs manager located in the side panel. |
파일 크기 | 1.17 MB |
설치 횟수 | 907 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2024-03-01 |
출시 날짜 | 2023-10-11 |
평점 | 4.45/5 총 11 개의 평점 |
개발자 | https://sidespace.app |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://sidespace.app |
도움말 페이지 URL | https://sidespace.app/terms-of-services |
개인정보 보호 정책 페이지 URL | https://sidespace.app/privacy-policy |
지원되는 언어 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "version": "0.2.2", "description": "__MSG_extDesc__", "action": { "default_title": "__MSG_actionName__" }, "side_panel": { "default_path": ".\/sidepanel\/index.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": ".\/assets\/icon-16.png", "32": ".\/assets\/icon-32.png", "48": ".\/assets\/icon-48.png", "128": ".\/assets\/icon-128.png" }, "permissions": [ "tabs", "storage", "tabGroups", "contextMenus", "sidePanel", "notifications" ], "host_permissions": [ "https:\/\/www.sidespace.app\/api" ], "optional_permissions": [ "*:\/\/*\/*" ], "externally_connectable": { "matches": [ "https:\/\/www.sidespace.app\/*" ] }, "content_security_policy": [], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+P", "mac": "Command+Shift+P" }, "description": "__MSG_executeAction__" } } } |