Tab Manager

Organize your tabs on a desktop-like screen.

What is Tab Manager?

Tab Manager is a Chrome extension developed by bachmitre, and its main feature is "Organize your tabs on a desktop-like screen.".

Extension Screenshots

screenshot

Download Tab Manager Extension CRX File

Download 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

                        Organize your open tabs like you organize apps on a desktop. Drag them to any place on the screen to group related tabs, and have the most recently used tabs ordered in the dock.                    

Extension Basic Information

Name Tab Manager Tab Manager
ID nolkmpikckfpnlgjekoifbhjajfdghei
Official URL https://chromewebstore.google.com/detail/tab-manager/nolkmpikckfpnlgjekoifbhjajfdghei
Description Organize your tabs on a desktop-like screen.
File Size 599 KB
Installation Count 128
Current Version 1.0
Last Updated 2022-05-15
Publish Date 2022-05-15
Rating 3.00/5 Total 2 Ratings
Developer bachmitre
Email [email protected]
Payment Type free
Extension Website https://github.com/bachmitre/tabmanager
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tab Manager",
    "description": "Organize your tabs on a desktop-like screen.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}