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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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__"
        }
    }
}