tabXpert - session and tab manager

Next-generation session and tab manager

Τι είναι το tabXpert - session and tab manager;

Το tabXpert - session and tab manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabxpert.com, και η κύρια λειτουργία του είναι "Next-generation session and tab manager".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης tabXpert - session and tab manager

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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__"
        }
    }
}