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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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