Simple Session Manager

Save browser tabs and restore them later

Simple Session Manager란 무엇입니까?

Simple Session Manager은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save browser tabs and restore them later"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Simple Session Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a simple browser session manager. You can save your current session and restore it later. Session information will be stored on you computer and you can save as many sessions as needed. It is also possible to save the state of only one (current) window.                    

확장 프로그램 기본 정보

이름 Simple Session Manager Simple Session Manager
ID gcgejjbgcgnopbehanipbmppplgjhboa
공식 URL https://chromewebstore.google.com/detail/simple-session-manager/gcgejjbgcgnopbehanipbmppplgjhboa
설명 Save browser tabs and restore them later
파일 크기 47.42 KB
설치 횟수 33
현재 버전 1.0.3
최근 업데이트 2020-01-30
출시 날짜 2020-01-30
개발자 Unknown
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Session Manager",
    "short_name": "Session_Mngr",
    "description": "Save browser tabs and restore them later",
    "author": "ynyk",
    "version": "1.0.3",
    "icons": {
        "32": "icons\/tab-manager-32x32.png",
        "48": "icons\/tab-manager-48x48.png",
        "64": "icons\/tab-manager-64x64.png",
        "96": "icons\/tab-manager-96x96.png",
        "128": "icons\/tab-manager-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background\/env.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/tab-manager-32x32.png",
        "default_title": "TabManager",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "img\/progress1.gif"
    ]
}