NaviTab - Sidebar Tab Arc Management

tab manager

Cos'è NaviTab - Sidebar Tab Arc Management?

NaviTab - Sidebar Tab Arc Management è un'estensione di Chrome sviluppata da sbirds, e la sua funzione principale è "tab manager".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NaviTab - Sidebar Tab Arc Management

Scarica i file di estensione NaviTab - Sidebar Tab Arc Management in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome NaviTab - Sidebar Tab Arc Management NaviTab - Sidebar Tab Arc Management
ID fnleenblkonkcdciifnoajnhgbbcloal
URL Ufficiale https://chromewebstore.google.com/detail/navitab-sidebar-tab-arc-m/fnleenblkonkcdciifnoajnhgbbcloal
Descrizione tab manager
Dimensione del File 358 KB
Conteggio Installazioni 1,000
Versione Corrente 1.3.3
Ultimo Aggiornamento 2023-02-19
Data di Pubblicazione 2023-02-01
Valutazione 4.13/5 Totale 15 Valutazioni
Sviluppatore sbirds
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}