Cluster - Window & Tab Manager

Window and Tab manager for managing multiple open tabs and windows with simplicity.

What is Cluster - Window & Tab Manager?

Cluster - Window & Tab Manager is a Chrome extension developed by https://clusterwm.com, and its main feature is "Window and Tab manager for managing multiple open tabs and windows with simplicity.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Cluster - Window & Tab Manager Extension CRX File

Download Cluster - Window & Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Cluster - Window & Tab Manager Cluster - Window & Tab Manager
ID aadahadfdmiibmdhfmpbeeebejmjnkef
Official URL https://chromewebstore.google.com/detail/cluster-window-tab-manage/aadahadfdmiibmdhfmpbeeebejmjnkef
Description Window and Tab manager for managing multiple open tabs and windows with simplicity.
File Size 637 KB
Installation Count 70,068
Current Version 2.2.6
Last Updated 2019-08-04
Publish Date 2019-08-04
Rating 4.47/5 Total 721 Ratings
Developer https://clusterwm.com
Payment Type free
Extension Website http://clusterwm.com
Help Page URL http://clusterwm.com/contact.html
Supported Languages 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"
}