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
官方網址 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
電子郵箱 [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__"
        }
    }
}