tabXpert - session and tab manager

Next-generation session and tab manager

Co je tabXpert - session and tab manager?

tabXpert - session and tab manager je rozšíření Chrome vyvinuté https://tabxpert.com, a jeho hlavní funkcí je „Next-generation session and tab manager“.

Snímky obrazovky rozšíření

Stáhnout soubor CRX rozšíření tabXpert - session and tab manager

Stáhněte si soubory rozšíření tabXpert - session and tab manager ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/.                    

Základní Informace o Rozšíření

Název tabXpert - session and tab manager tabXpert - session and tab manager
ID maomempcdmkfcjgeabecfpkebghcigac
Oficiální URL https://chromewebstore.google.com/detail/tabxpert-session-and-tab/maomempcdmkfcjgeabecfpkebghcigac
Popis Next-generation session and tab manager
Velikost souboru 7.79 MB
Počet instalací 9,899
Aktuální Verze 2.1.2
Poslední Aktualizace 2024-02-20
Datum Vydání 2020-06-01
Hodnocení 4.55/5 Celkem 234 Hodnocení
Vývojář https://tabxpert.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://tabxpert.com
URL Stránky Nápovědy https://tabxpert.com/support
URL Stránky Zásad Ochrany Soukromí https://goo.gl/ede5nA
Podporované Jazyky 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__"
        }
    }
}