Browser Sessions

Manage, save and restore tabs with one click. Access your browsing sessions when you need it.

Browser Sessions là gì?

Browser Sessions là một tiện ích mở rộng Chrome được phát triển bởi julengaumard, và tính năng chính của nó là "Manage, save and restore tabs with one click. Access your browsing sessions when you need it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Browser Sessions

Tải xuống các tệp mở rộng Browser Sessions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Manage, save and restore tabs with one click. Access your browsing sessions when you need it.

New:
⭐️ More customization
⭐️ enhanced UI
⭐️ Better animations
⭐️ Confirm deletion for sessions

Features:
⭐️ Universal Search: Search through every session and find tabs.
⭐️ Quick Save: Save a session without typing a name.
⭐️ Open sessions on a new browser window.
⭐️ View tabs from every session to find the right one.
⭐️ Save as many tabs as you need for later.
⭐️ Tabs remain saved even if you close your browser or restart your computer.
⭐️ Save tabs from different windows and their tabs arrangement.
⭐️ Automatic dark and light mode.
⭐️ Select if you save tabs that belong to the browser (Ex: History, Downloads)
⭐️ Rename Sessions                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Sessions Browser Sessions
ID klpkjpbocncglonoclkinmddmephecmb
URL Chính Thức https://chromewebstore.google.com/detail/browser-sessions/klpkjpbocncglonoclkinmddmephecmb
Mô tả Manage, save and restore tabs with one click. Access your browsing sessions when you need it.
Kích Thước Tệp 3.84 MB
Số Lần Cài Đặt 157
Phiên Bản Hiện Tại 1.2.1.5
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2022-03-03
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển julengaumard
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,es,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Browser Sessions",
    "version": "1.2.1.5",
    "author": "Julen Gaumard",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "incognito": "split",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "resources\/icon16.png",
        "32": "resources\/icon32.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "commands": {
        "create-session": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Creates a session with current tabs."
        }
    },
    "background": {
        "service_worker": "scripts\/worker.js",
        "type": "module"
    }
}