Browser Sessions

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

Browser Sessions란 무엇입니까?

Browser Sessions은(는) julengaumard에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Manage, save and restore tabs with one click. Access your browsing sessions when you need it."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Browser Sessions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Browser Sessions Browser Sessions
ID klpkjpbocncglonoclkinmddmephecmb
공식 URL https://chromewebstore.google.com/detail/browser-sessions/klpkjpbocncglonoclkinmddmephecmb
설명 Manage, save and restore tabs with one click. Access your browsing sessions when you need it.
파일 크기 3.84 MB
설치 횟수 157
현재 버전 1.2.1.5
최근 업데이트 2024-02-27
출시 날짜 2022-03-03
평점 5.00/5 총 7 개의 평점
개발자 julengaumard
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}