NaviTab - Sidebar Tab Arc Management

tab manager

What is NaviTab - Sidebar Tab Arc Management?

NaviTab - Sidebar Tab Arc Management is a Chrome extension developed by sbirds, and its main feature is "tab manager".

Extension Screenshots

screenshot

Download NaviTab - Sidebar Tab Arc Management Extension CRX File

Download NaviTab - Sidebar Tab Arc Management 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

                        1.3.2 Add shortcut key:

Windows
Art+x call sidebar 
Art+s search

MAC 
Option+x call sidebar 
Option+s search


Easily manage and display your tabs vertically
Form a tree view by jumping through browser tabs, so you can easily and quickly manage the workflow of your browser and the association of upper and lower tabs

Function list.
1. Automatically organize the tab tree view
2. Support closing all tabs below any level with one click
3. Support switching to a tab by clicking on it

Note: The order of tabs already opened before installing this plugin may be wrong.

It is more efficient because you can see all titles of opened tabs in the vertical bar.

Translated with www.DeepL.com/Translator (free version)                    

Extension Basic Information

Name NaviTab - Sidebar Tab Arc Management NaviTab - Sidebar Tab Arc Management
ID fnleenblkonkcdciifnoajnhgbbcloal
Official URL https://chromewebstore.google.com/detail/navitab-sidebar-tab-arc-m/fnleenblkonkcdciifnoajnhgbbcloal
Description tab manager
File Size 358 KB
Installation Count 1,000
Current Version 1.3.3
Last Updated 2023-02-19
Publish Date 2023-02-01
Rating 4.13/5 Total 15 Ratings
Developer sbirds
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.3.3",
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader-b74300b6.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "assets\/index-f1939a93.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "active-naviTab-panel": {
            "suggested_key": {
                "default": "Alt+X",
                "windows": "Alt+X",
                "mac": "Alt+X"
            },
            "description": "__MSG_shortCutsPannel__"
        },
        "search-focus": {
            "suggested_key": {
                "default": "Alt+S",
                "windows": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_shortCutsSearch__"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/client-6230d59c.js",
                "assets\/tabs-d2747948.js",
                "assets\/_commonjsHelpers-87174ba5.js",
                "assets\/index.tsx-c06d502d.js"
            ],
            "use_dynamic_url": true
        }
    ]
}