SplitUp! - Tab manager
Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.
O que é SplitUp! - Tab manager?
SplitUp! - Tab manager é uma extensão do Chrome desenvolvida por Onar A., e sua principal característica é "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SplitUp! - Tab manager
Baixe arquivos de extensão SplitUp! - Tab manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
🎉NEW UPDATE🎉 - Select all tab button - Bug fixes Features _____________ ✅ Save sessions ✅ Split tabs into a new window ✅ Dark mode ✅ Drag and Drop tabs across windows ✅ Fuzzy Search ✅ Multiscreen support ✅ Export tabs ✅ Close windows/tabs ✅ Mute/Unmute audio playing tabs ✅ Collapsible windows ✅ Keyboard shortcut support ...and many more features to come SplitUp is an open-source project and build by contributors https://github.com/onaralili/SplitUp Let us know if you have any suggestions. ⁉️
Informações Básicas da Extensão
Nome | SplitUp! - Tab manager |
ID | bhoodecbejheonelhikcfahgpgahffmf |
URL Oficial | https://chromewebstore.google.com/detail/splitup-tab-manager/bhoodecbejheonelhikcfahgpgahffmf |
Descrição | Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager. |
Tamanho do Arquivo | 197 KB |
Contagem de Instalações | 3,492 |
Versão Atual | 1.5.8 |
Última Atualização | 2021-03-08 |
Data de Publicação | 2019-08-12 |
Classificação | 4.03/5 Total de 37 Avaliações |
Desenvolvedor | Onar A. |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/onaralili/SplitUp |
URL da Página de Ajuda | https://github.com/onaralili/SplitUp |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SplitUp! - Tab manager", "description": "Have FUN organizing & saving your tabs & windows with the ultimate Tab Manager.", "version": "1.5.8", "short_name": "SplitUp!", "browser_action": { "default_icon": "SplitLogo.png", "default_popup": "popup.html", "default_title": "SplitUp!" }, "icons": { "128": "SplitLogo.png" }, "permissions": [ "tabs", "storage" ], "commands": { "_execute_browser_action": { "description": "Activate extension" }, "split-up": { "description": "Split to separate window!" } } } |