Smart Sessions - Tab Manager

Save & restore your browser sessions. Auto saving, multiple sessions and more.

ما هو Smart Sessions - Tab Manager؟

Smart Sessions - Tab Manager هو إضافة Chrome تم تطويرها بواسطة serge، والميزة الرئيسية لها هي "Save & restore your browser sessions. Auto saving, multiple sessions and more.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Smart Sessions - Tab Manager

قم بتنزيل ملفات الامتداد Smart Sessions - Tab Manager بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With this tab manager you can group your tabs into a session. Any changes are automatically saved. Close & restore when needed.

- Multiple active sessions
- Persistent size and position of session windows
- Multiple windows in a session (you can drag a tab out from active session)
- Auto saving
- Tags 
- Tab groups
- Incognito mode (should be explicitly allowed for extension)
- Search
- Export/Import (html document)
- Tab navigation/closing

Demo: https://youtu.be/4PCBGIgFntA

To start, click "create" in the top bar, enter new session name and select few tabs.
After creation, those tabs will be moved to a new window and all changes to its tab list will be recorded, window size and position too.
You can also move any tab out of active session, extension can easily track two or more windows.

Apr 22, 2022 (1.6)
- Support for tab groups
- Incognito mode 
- Bug fixes

Jan 26, 2020 (1.4)
- Dark Theme
- Improved Search
- Export Single Session
- Page Context Menu "Add To Session"
- Small improvements

Sep 20, 2019 (1.3)
- New UI

Sep 15, 2017 (1.0)
- First release                    

معلومات أساسية عن التمديد

الاسم Smart Sessions - Tab Manager Smart Sessions - Tab Manager
ID hhfefdiablijkjnbkmdfbopiimjilchh
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-sessions-tab-manage/hhfefdiablijkjnbkmdfbopiimjilchh
الوصف Save & restore your browser sessions. Auto saving, multiple sessions and more.
حجم الملف 737 KB
عدد التثبيتات 4,698
النسخة الحالية 1.6.9
آخر تحديث 2023-08-26
تاريخ النشر 2020-01-27
تقييم 4.23/5 مجموع تقييمات 56
المطور serge
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.6.9",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Serge Russo ",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabGroups"
    ],
    "action": {
        "default_icon": "assets\/images\/icon-browser-action.png",
        "default_title": "Smart Sessions",
        "default_popup": "index.html#popup"
    },
    "icons": {
        "16": "assets\/images\/icon-small-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": ".\/assets\/js\/service-worker\/service-worker.js",
        "type": "module"
    }
}