NaviTab - Sidebar Tab Arc Management

tab manager

Co to jest NaviTab - Sidebar Tab Arc Management?

NaviTab - Sidebar Tab Arc Management to rozszerzenie Chrome opracowane przez sbirds, a jego główną funkcją jest „tab manager”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NaviTab - Sidebar Tab Arc Management

Pobierz pliki rozszerzeń NaviTab - Sidebar Tab Arc Management w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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)                    

Podstawowe informacje o rozszerzeniu

Nazwa NaviTab - Sidebar Tab Arc Management NaviTab - Sidebar Tab Arc Management
ID fnleenblkonkcdciifnoajnhgbbcloal
Oficjalny URL https://chromewebstore.google.com/detail/navitab-sidebar-tab-arc-m/fnleenblkonkcdciifnoajnhgbbcloal
Opis tab manager
Rozmiar pliku 358 KB
Liczba instalacji 1,000
Aktualna Wersja 1.3.3
Ostatnia Aktualizacja 2023-02-19
Data Publikacji 2023-02-01
Ocena 4.13/5 Łącznie 15 Oceny
Deweloper sbirds
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}