NaviTab - Sidebar Tab Arc Management

tab manager

NaviTab - Sidebar Tab Arc Managementとは何ですか?

NaviTab - Sidebar Tab Arc Managementはsbirdsによって開発されたChromeの拡張機能で、その主な機能は「tab manager」です。

拡張機能のスクリーンショット

screenshot

NaviTab - Sidebar Tab Arc Management拡張機能のCRXファイルをダウンロード

NaviTab - Sidebar Tab Arc Management拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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)                    

拡張機能の基本情報

名前 NaviTab - Sidebar Tab Arc Management NaviTab - Sidebar Tab Arc Management
ID fnleenblkonkcdciifnoajnhgbbcloal
公式URL https://chromewebstore.google.com/detail/navitab-sidebar-tab-arc-m/fnleenblkonkcdciifnoajnhgbbcloal
説明 tab manager
ファイルサイズ 358 KB
インストール数 1,000
現在のバージョン 1.3.3
最終更新日 2023-02-19
公開日 2023-02-01
評価 4.13/5 合計 15 レビュー
開発者 sbirds
Eメール [email protected]
支払い方法 free
対応言語 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
        }
    ]
}