Cluster - Window & Tab Manager
Window and Tab manager for managing multiple open tabs and windows with simplicity.
O que é Cluster - Window & Tab Manager?
Cluster - Window & Tab Manager é uma extensão do Chrome desenvolvida por https://clusterwm.com, e sua principal característica é "Window and Tab manager for managing multiple open tabs and windows with simplicity.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cluster - Window & Tab Manager
Baixe arquivos de extensão Cluster - Window & 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
Cluster is a window and tab manager extension for Chrome that helps you manage multiple open tabs and windows while using minimal system resources. Cluster also comes with the tools for quick navigation to open windows and tabs, and a tab project manager to easily save and restore windows and tabs sessions as working projects. Restored windows launches each tab in a suspended state to minimize the load time when opening lots of tabs at once. Features include undo removed tab or window, sorting windows tabs for better overview, showing the real tab URL when using the Great Suspender, launch the manager using keyboard shortcut, option to save or restore sessions from the manager or drop-down menu, search and filter for tabs by title or URL, easily move tabs between windows, suspend all windows tabs, and more. Cluster is built to be fast, simple and uses minimal system resources to not get in its own way. A great tool for taking control of your browser sessions, keep things organized and free up memory. Sync your saved windows across multiple machines, requires a one time fee license that helps support Cluster development and cost associated with third party services. Open Window Manager Shortcut defaults (Configurable in Settings): PC: Ctrl + M Mac: CMD + M Features: ● Overview of Browser Windows ● Tab Drag and drop ● Suspend Window Tabs ● Undo Tab or Window removal ● One click Goto-tab Navigation ● Search/Filter Window Tabs ● Multiple columns wide screen support ● Save Tabs to New Window ● Save Tabs to Previously Saved Window ● Saved Windows open Suspended Tabs ● Export active windows to csv/json ● Import/Export saved windows to csv/json ● Displays Real URL for Suspended Tabs ● Move Multiple Tabs between Windows ● Move Tabs to New Window ● Select and Close Multiple Tabs ● Sort Tabs in Open Windows ● Keyboard navigation support ● Sort Tabs by Domain ● Manage Tabs in each Domain ● Cloud Backup Saved Tabs ● Dark Theme ● Tab Audio Indicator ● Mute/Unmute Tab playing sound ▬▬▬▬▬ Privacy Policy ▬▬▬▬▬ Cluster doesn't share information with any third party services and no data about the user is stored in any way or form without the users permission. All permissions required for Cluster are only for running the features provided as they are stated. ▬▬▬▬▬ Developer Corner ▬▬▬▬▬ If you find this product useful, or have suggestion of features you would like to see, please leave a review or drop me an email. Thanks.
Informações Básicas da Extensão
Nome | Cluster - Window & Tab Manager |
ID | aadahadfdmiibmdhfmpbeeebejmjnkef |
URL Oficial | https://chromewebstore.google.com/detail/cluster-window-tab-manage/aadahadfdmiibmdhfmpbeeebejmjnkef |
Descrição | Window and Tab manager for managing multiple open tabs and windows with simplicity. |
Tamanho do Arquivo | 637 KB |
Contagem de Instalações | 70,068 |
Versão Atual | 2.2.6 |
Última Atualização | 2019-08-04 |
Data de Publicação | 2019-08-04 |
Classificação | 4.47/5 Total de 721 Avaliações |
Desenvolvedor | https://clusterwm.com |
Tipo de Pagamento | free |
Site da Extensão | http://clusterwm.com |
URL da Página de Ajuda | http://clusterwm.com/contact.html |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cluster - Window & Tab Manager", "short_name": "Cluster", "description": "Window and Tab manager for managing multiple open tabs and windows with simplicity.", "version": "2.2.6", "commands": { "open-window-manager": { "suggested_key": { "default": "Ctrl+M", "mac": "Command+M" }, "description": "Open Window Manager" }, "quick-sort": { "suggested_key": { "default": "Ctrl+Comma", "mac": "Command+Comma" }, "description": "Quick Sort Tabs" } }, "browser_action": { "default_title": "Cluster Tab Manager", "default_popup": "menu.html", "default_icon": { "16": "\/res\/icons\/icon16-i.png", "24": "\/res\/icons\/icon24-i.png", "32": "\/res\/icons\/icon32-i.png" } }, "icons": { "16": "\/res\/icons\/icon16.png", "24": "\/res\/icons\/icon24.png", "32": "\/res\/icons\/icon32.png", "48": "\/res\/icons\/icon48.png", "128": "\/res\/icons\/icon128.png" }, "background": { "scripts": [ "js\/event.js" ], "persistent": false }, "permissions": [ "storage", "activeTab", "tabs", "chrome:\/\/favicon\/", "unlimitedStorage" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com; connect-src 'self' https:\/\/chrome-cluster-e97d9.firebaseapp.com https:\/\/sentry.io https:\/\/googleapis.com\/ https:\/\/*.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com; img-src 'self' data: chrome: https:\/\/*.google.com; object-src 'self'; style-src 'unsafe-inline'; default-src 'self' frame-src 'self' https:\/\/chrome-cluster-e97d9.firebaseapp.com;", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNoMTvIuDrMUc1dvYumRYJ0eBosVbMixCIKfVpq5aFGnNNtQ5zEDrwzPlPV4lVRKN9sh0kiGJU+FaAnrCFEF1g\/Of0djbem8jKp0Jn\/HlDEf4LWj0fuKqLDA887GtgDWXtwt3gurBHqy3mH4QQtHXcC2YMJ0xgM5eid5hJZJGUuWLzeGrdQJMQb9eeTza+9KhiHPGjDu0QF8+ayz+JF7JYYaKP\/XCd8wNaVy1CwEDVanoFwSQzoKnMl2Aqw9Z2H7s3U9QIrCusTt1Ge59XQalGEIXKkbVQjibNOXYhn1QEidP0l9IfpblXM5m7PCBDwDNCUhYCpc7coo23d7xY5wuQIDAQAB" } |