NaviTab - Sidebar Tab Arc Management

tab manager

ما هو NaviTab - Sidebar Tab Arc Management؟

NaviTab - Sidebar Tab Arc Management هو إضافة Chrome تم تطويرها بواسطة sbirds، والميزة الرئيسية لها هي "tab manager".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NaviTab - Sidebar Tab Arc Management

قم بتنزيل ملفات الامتداد NaviTab - Sidebar Tab Arc Management بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
البريد الإلكتروني [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
        }
    ]
}