Tabmanager.io - Tab Session Manager

Manage, save and restore your windows, tabs and sessions.

Tabmanager.io - Tab Session Manager란 무엇입니까?

Tabmanager.io - Tab Session Manager은(는) https://tabmanager.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage, save and restore your windows, tabs and sessions."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Tabmanager.io - Tab Session Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tabmanager.io is an all-in-one session, window and tab manager extension for Chrome that helps you manage and organize open tabs, tab-groups and windows in one convenient place.

★ Window & Tab Manager
Our window and tab manager empowers you to swiftly navigate through open windows and tabs using either your mouse or keyboard. You can effortlessly switch between tabs and windows, search and filter tabs by title or URL keywords, and efficiently manage various aspects such as pinned tabs, tab sorting, grouping tabs by domain, suspending tabs, identifying tabs with sound, and removing duplicates. Additionally, you have the option to export tabs and windows as backup files, save tabs for future use, and synchronize them across multiple devices.

Our window manager presents a multiple column layout that enables you to gain a comprehensive overview of all your open windows and tabs while providing the flexibility to organize your windows by renaming them. Through simple drag and drop functionality, you can easily move tabs between windows, open them in new windows, or merge entire windows.

The tab manager also offers convenient features to save tabs for later restoration. You can save specific tabs within a window, save all tabs within a window, or save the entire session encompassing all open windows.

★ Tab Groups
The tab manager comes with built-in support for managing your tab-groups. You can easily create a new tab group, move groups between windows, merge tab groups, rename tab groups and save your tab groups and restore them with the window at a later time.

★ Session Manager
The session manager provides a comprehensive view of all your saved windows and sessions, allowing you to effortlessly manage and swiftly restore previously saved windows and sessions. Our intelligent restore feature ensures that opening tabs in a new or existing window does not slow down your computer, as tabs are opened in a suspended state. You can also sync your saved windows and sessions to the cloud, ensuring data integrity and accessibility across all your devices.

★ Session History
You can access a timeline overview of your browser sessions, enabling you to easily restore individual windows or tabs from earlier points in time. Save session snapshots from either the manager or the menu, providing you with the flexibility to quit your browser or temporarily use a blank browser without the risk of losing your tabs and windows. Enabling the auto-save session feature helps you track your local browser session history in case of a browser crash.

Tabmanager.io is designed to provide all these features in a compact size compared to our competitors. We strongly believe that great software should utilize minimal system resources while delivering optimal performance.

Features:

▪ Overview of active Windows and Tabs
▪ Keyboard navigation support
▪ Rename Windows
▪ Switch between Tabs and Windows
▪ Multiple Window columns for wide screens
▪ Light/Dark theme
▪ Filter Tabs with search
▪ Drag and drop Tabs and Windows
▪ Merge Windows by drag and drop
▪ Group Tabs by domain
▪ Sort Tabs
▪ Remove duplicate Tabs
▪ Suspend/Discard Tabs from memory
▪ Find Tabs playing audio
▪ Mute/Unmute Tab playing audio
▪ Create new Tab-group
▪ Drag and Drop Tab-group
▪ Merge Tab-groups
▪ Save Tab-groups for later
▪ Save Tabs for later
▪ Save Windows for later
▪ Save Session for later
▪ Quickly restore Windows and Sessions
▪ Share Windows by URL
▪ Automatic Sessions history snapshot
▪ Take Session snapshots for easy restore later
▪ Export Tabs, Window or Session as JSON/CSV
▪ Import exported Tabs, Window or Session
▪ Backup & Sync
▪ Cloud Backups
▪ And more...

Send us an email at [email protected] if you need support or have suggestions about missing features.                    

확장 프로그램 기본 정보

이름 Tabmanager.io - Tab Session Manager Tabmanager.io - Tab Session Manager
ID hjicnemefbakbanoigbaonlpgflhggdf
공식 URL https://chromewebstore.google.com/detail/tabmanagerio-tab-session/hjicnemefbakbanoigbaonlpgflhggdf
설명 Manage, save and restore your windows, tabs and sessions.
파일 크기 598 KB
설치 횟수 5,221
현재 버전 2.0.2
최근 업데이트 2023-06-24
출시 날짜 2020-12-21
평점 4.23/5 총 71 개의 평점
개발자 https://tabmanager.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tabmanager.io
도움말 페이지 URL https://tabmanager.io
개인정보 보호 정책 페이지 URL https://tabmanager.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tabmanager.io - Tab Session Manager",
    "short_name": "Tabmanager.io",
    "description": "Manage, save and restore your windows, tabs and sessions.",
    "version": "2.0.2",
    "commands": {
        "open-manager": {
            "suggested_key": {
                "default": "Ctrl+M",
                "mac": "Command+M"
            },
            "description": "Open Manager"
        },
        "show-tab-in-manager": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "Command+Comma"
            },
            "description": "Show Tab in Manager"
        }
    },
    "action": {
        "default_title": "Tabmanager.io",
        "default_popup": "menu.html",
        "default_icon": {
            "16": "\/res\/extension-icons\/icon-16.png",
            "24": "\/res\/extension-icons\/icon-24.png",
            "32": "\/res\/extension-icons\/icon-32.png"
        }
    },
    "icons": {
        "16": "\/res\/extension-icons\/icon-16.png",
        "24": "\/res\/extension-icons\/icon-24.png",
        "32": "\/res\/extension-icons\/icon-32.png",
        "48": "\/res\/extension-icons\/icon-48.png",
        "128": "\/res\/extension-icons\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/tabmanager.io\/*"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "favicon",
        "alarms",
        "tabGroups"
    ],
    "host_permissions": [],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; worker-src 'self'; connect-src 'self' https:\/\/sentry.io https:\/\/o224676.ingest.sentry.io https:\/\/googleapis.com\/ https:\/\/*.googleapis.com https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/apis.google.com https:\/\/*.cloudfunctions.net; img-src 'self' data: chrome: https:\/\/*.google.com https:\/\/*.googleusercontent.com; object-src 'self'; style-src 'unsafe-inline'; default-src 'self'; frame-src 'self' https:\/\/tabmanager-io.firebaseapp.com\/ https:\/\/app.tabmanager.io\/;"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkyFdgu5ULy0le0sJNvLNnUQVrmhPlyaWLw2MNG+\/whvlUoOWc10e3O8Jjd42taC2is+pckVs+85VhAS3F9dUy68qjcOV3Rq3QQF+NrYL1jCBpRx3XLnLjP6pdWwqavuu\/dRZO2cbsQVcS906XPqs5cPfktXKEhD9ZA0RhCwnUOi7kRiimrNCiL+MRg3JI60CPbqzCnZZuTMA4D37+NZ\/83rG25fnSU9vyU19bMEuQjy\/GBbatCVH\/v5CEbc971apOAyAThaW1\/ru86Zl5HNYdTPQP1Yf8bw0XS3+qpVW2FmF3Z1Ur+3g9qDW0rPcrDJyJmVkk7ZTdpmFKZNofrLHuwIDAQAB"
}