Mint - Session Manager

Save your current session, including windows, their positions, tabs, and tab groups.

Mint - Session Managerคืออะไร?

Mint - Session Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mr Violets และคุณลักษณะหลักของมันคือ "Save your current session, including windows, their positions, tabs, and tab groups."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mint - Session Manager

ดาวน์โหลดไฟล์ส่วนขยาย Mint - Session Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Mint is a session manager for your browser. Whether you’re juggling between multiple tabs, windows, or even various tab groups, Mint has got it covered. Save your session including windows, their positions, all tabs in all windows and any tab groups.

WHAT IT DOES

- Saves all your current windows, their positions, tabs, and tab groups.
- Allows you to save multiple sessions, so you can easily switch between different workspaces.
- Restore sessions from the popup, and find everything – windows, tabs, tab groups – just as they were!

USAGE

Once installed, click the extension icon and then click the "Save Session" button to save a session. Alternatively use the shortcut `Shift+Cmd+U` or `Shift+Ctrl+U` to save your current session at any time. To restore a saved session simply click on it from the extension popup and all windows, tabs and tab groups will be restored.

Note: Tabs with a chrome:// URL can’t be saved or restored. But, worry not, everything else is taken care of!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mint - Session Manager Mint - Session Manager
ID odlfaoogjjphkbccfjjlpffacojmdobi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mint-session-manager/odlfaoogjjphkbccfjjlpffacojmdobi
คำอธิบาย Save your current session, including windows, their positions, tabs, and tab groups.
ขนาดไฟล์ 58.22 KB
จำนวนการติดตั้ง 113
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-11-24
วันที่เผยแพร่ 2023-09-29
ผู้พัฒนา Mr Violets
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_EXT_NAME__",
    "description": "__MSG_EXT_DESCRIPTION__",
    "version": "1.1.1",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "109",
    "permissions": [
        "tabs",
        "tabGroups",
        "system.display",
        "storage",
        "unlimitedStorage",
        "offscreen"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_EXT_NAME_SHORT__",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "save_current_session": {
            "suggested_key": {
                "default": "Ctrl+Shift+U",
                "mac": "Command+Shift+U"
            },
            "description": "Save current session immediately"
        }
    }
}