Tabmanager.io - Tab Session Manager

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

ما هو Tabmanager.io - Tab Session Manager؟

Tabmanager.io - Tab Session Manager هو إضافة Chrome تم تطويرها بواسطة https://tabmanager.io، والميزة الرئيسية لها هي "Manage, save and restore your windows, tabs and sessions.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tabmanager.io - Tab Session Manager

قم بتنزيل ملفات الامتداد Tabmanager.io - Tab Session Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة https://tabmanager.io
عنوان صفحة سياسة الخصوصية 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"
}