tabXpert - session and tab manager

Next-generation session and tab manager

tabXpert - session and tab managerとは何ですか?

tabXpert - session and tab managerはhttps://tabxpert.comによって開発されたChromeの拡張機能で、その主な機能は「Next-generation session and tab manager」です。

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

tabXpert - session and tab manager拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Tab management
Easily organize your tabs into tab groups and work sessions. tabXpert automatically tracks your tabs and tab groups. Simply drag and drop your tabs between sessions as needed.

Session management
Manage your work sessions in a single or multiple browser windows with ease. Close your sessions at any time and pick up later where you left off, even after a browser crash.

Cloud synchronization
Real-time cloud synchronization allows managing sessions in multiple profiles and ensures data safety.

Tab groups
Manage tab groups in the user interface. Switch between active tab groups with a single click. Save time with auto-grouping and auto-naming features. Bookmark tab groups as folders.

Tags
Organize your sessions and bookmarks into topics with tags. Topic bookmarks are shown within the session and can be used as a template for new sessions.

Bookmark management
Organize bookmarks into nested folders. Open folders as tab groups. Share bookmark folders with a single link. Import browser bookmarks for even more convenience.

User interface
Customize your tabXpert experience by choosing between pop-up, tab, window and side panel interfaces. Adjust density and select from light or dark themes.

Shortcuts
Assign keyboard shortcuts to quickly access interfaces, tabs, bookmarks, folders, sessions, and even browser profiles. This makes navigation fast and efficient.

Memory usage
tabXpert reduces memory usage by suspending tabs when opening sessions. It supports popular extensions like "The Marvellous Suspender" and "Tab Suspender" to suspend tabs on the fly.

Search
Quickly find sessions, tags, folders, tabs, and bookmarks. Press the space bar to see your work history. Start typing or paste to activate the search. Chinese and Japanese are supported.

Migration
tabXpert supports data import from popular tab managers such as OneTab, Session Buddy, and Workona.

Reliability
tabXpert automatically tracks your tabs, tab groups, and sessions. In the event of database failure, a shadow backup is available. Cloud synchronization guarantees data safety.

Privacy
tabXpert doesn't access web content or collect any browser statistics, ensuring your privacy. With cloud synchronization, your data is transferred encrypted via HTTPS to enterprise-grade IBM Cloud storage.

Subscription
tabXpert's unique features, such as cloud synchronization, tab groups UI, and nested folders, are enabled by subscription. Your support helps to further develop and improve tabXpert.

If you have any questions about the tabXpert session and tab manager, please don't hesitate to contact me at [email protected] or join our Reddit community at https://www.reddit.com/r/tabXpert/.                    

拡張機能の基本情報

名前 tabXpert - session and tab manager tabXpert - session and tab manager
ID maomempcdmkfcjgeabecfpkebghcigac
公式URL https://chromewebstore.google.com/detail/tabxpert-session-and-tab/maomempcdmkfcjgeabecfpkebghcigac
説明 Next-generation session and tab manager
ファイルサイズ 7.79 MB
インストール数 9,899
現在のバージョン 2.1.2
最終更新日 2024-02-20
公開日 2020-06-01
評価 4.55/5 合計 234 レビュー
開発者 https://tabxpert.com
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://tabxpert.com
ヘルプページのURL https://tabxpert.com/support
プライバシーポリシーページのURL https://goo.gl/ede5nA
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_name__",
    "short_name": "__MSG_ext_short_name__",
    "version": "2.1.2",
    "description": "__MSG_ext_description__",
    "minimum_chrome_version": "92",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "chrome:\/\/favicon\/*",
        "https:\/\/*.tabxpert.com\/*",
        "notifications",
        "contextMenus"
    ],
    "optional_permissions": [
        "bookmarks",
        "file:\/\/\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_ba_default_title__",
        "default_icon": "icon48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "persistent": true,
        "scripts": [
            "themes\/light.js",
            "themes\/dark.js",
            "themes\/light-user.js",
            "themes\/dark-user.js",
            "dist\/bg\/libs.js",
            "dist\/bg\/pouch.js",
            "js\/tabxpert.js",
            "dist\/bg\/main.js"
        ]
    },
    "externally_connectable": {
        "ids": [
            "jmkmlpopogoihlmkgglfmldajjjbiocn",
            "caajkgabeakompgedlmpkeknkdlbephc",
            "kpjnnhddcneebphehkohkhaeonieiimn"
        ],
        "matches": [
            "https:\/\/*.tabxpert.com\/*"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/sentry.io https:\/\/*.sentry.io; object-src 'self'",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+A"
            }
        },
        "open-tabXpert": {
            "description": "__MSG_cmd_descr_open_tabXpert__",
            "suggested_key": {
                "default": "Alt+S"
            }
        },
        "close-session": {
            "description": "__MSG_cmd_descr_close_session__"
        },
        "activate-profile": {
            "description": "__MSG_cmd_descr_activate_profile__"
        },
        "activate-previous-tab": {
            "description": "__MSG_cmd_descr_activate_previous_tab__"
        },
        "attach-tags": {
            "description": "__MSG_cmd_descr_attach_tags__"
        },
        "hot-tab-1": {
            "description": "__MSG_cmd_descr_hot_tab_1__",
            "suggested_key": {
                "default": "Alt+1"
            }
        },
        "hot-tab-2": {
            "description": "__MSG_cmd_descr_hot_tab_2__"
        },
        "hot-tab-3": {
            "description": "__MSG_cmd_descr_hot_tab_3__"
        },
        "hot-tab-4": {
            "description": "__MSG_cmd_descr_hot_tab_4__"
        },
        "hot-tab-5": {
            "description": "__MSG_cmd_descr_hot_tab_5__"
        },
        "hot-tab-6": {
            "description": "__MSG_cmd_descr_hot_tab_6__"
        },
        "hot-tab-7": {
            "description": "__MSG_cmd_descr_hot_tab_7__"
        },
        "hot-tab-8": {
            "description": "__MSG_cmd_descr_hot_tab_8__"
        },
        "hot-tab-9": {
            "description": "__MSG_cmd_descr_hot_tab_9__"
        },
        "hot-tab-0": {
            "description": "__MSG_cmd_descr_hot_tab_0__",
            "suggested_key": {
                "default": "Alt+0"
            }
        },
        "hot-bookmark-1": {
            "description": "__MSG_cmd_descr_hot_bookmark_1__"
        },
        "hot-bookmark-2": {
            "description": "__MSG_cmd_descr_hot_bookmark_2__"
        },
        "hot-bookmark-3": {
            "description": "__MSG_cmd_descr_hot_bookmark_3__"
        },
        "hot-bookmark-4": {
            "description": "__MSG_cmd_descr_hot_bookmark_4__"
        },
        "hot-bookmark-5": {
            "description": "__MSG_cmd_descr_hot_bookmark_5__"
        },
        "hot-bookmark-6": {
            "description": "__MSG_cmd_descr_hot_bookmark_6__"
        },
        "hot-bookmark-7": {
            "description": "__MSG_cmd_descr_hot_bookmark_7__"
        },
        "hot-bookmark-8": {
            "description": "__MSG_cmd_descr_hot_bookmark_8__"
        },
        "hot-bookmark-9": {
            "description": "__MSG_cmd_descr_hot_bookmark_9__"
        },
        "hot-bookmark-0": {
            "description": "__MSG_cmd_descr_hot_bookmark_0__"
        }
    }
}