Side Space - Vertical Tab Manager
Your vertical tabs manager located in the side panel.
Cos'è Side Space - Vertical Tab Manager?
Side Space - Vertical Tab Manager è un'estensione di Chrome sviluppata da https://sidespace.app, e la sua funzione principale è "Your vertical tabs manager located in the side panel.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Side Space - Vertical Tab Manager
Scarica i file di estensione Side Space - Vertical Tab Manager in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Side Space - Vertical Tab Manager |
ID | ipcmlnjbpgmnpahkkboglidcbkndekjj |
URL Ufficiale | https://chromewebstore.google.com/detail/side-space-vertical-tab-m/ipcmlnjbpgmnpahkkboglidcbkndekjj |
Descrizione | Your vertical tabs manager located in the side panel. |
Dimensione del File | 1.17 MB |
Conteggio Installazioni | 907 |
Versione Corrente | 0.2.2 |
Ultimo Aggiornamento | 2024-03-01 |
Data di Pubblicazione | 2023-10-11 |
Valutazione | 4.45/5 Totale 11 Valutazioni |
Sviluppatore | https://sidespace.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://sidespace.app |
URL della Pagina di Aiuto | https://sidespace.app/terms-of-services |
URL della Pagina della Politica sulla Privacy | https://sidespace.app/privacy-policy |
Lingue Supportate | 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__" } } } |