Tab Session Master

Save and restore the state of windows and tabs. It also supports automatic backup your current session

Tab Session Master란 무엇입니까?

Tab Session Master은(는) https://tebofy.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save and restore the state of windows and tabs. It also supports automatic backup your current session"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Tab Session Master 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Manage Browser Tabs and Bookmarks with Ease
Tab Session Master is a unified session manager and bookmark manager.

●  Save open tabs and restore them later. Great for freeing up memory and avoiding clutter.

●  Auto save when window is closed

●  Auto save at regular intervals

●  Recover open tabs after a crash or when your OS restarts your computer.

●  Smart Search open and saved tabs to quickly find what you're looking for.

●  Save or open a list of URLs from the clipboard or a file.


▬▬▬▬▬       PLEASE RATE!       ▬▬▬▬▬                    

확장 프로그램 기본 정보

이름 Tab Session Master Tab Session Master
ID ibgcfjpjkenifoodgneppodehmkbaefp
공식 URL https://chromewebstore.google.com/detail/tab-session-master/ibgcfjpjkenifoodgneppodehmkbaefp
설명 Save and restore the state of windows and tabs. It also supports automatic backup your current session
파일 크기 453 KB
설치 횟수 499
현재 버전 1.2.1
최근 업데이트 2020-04-15
출시 날짜 2020-04-15
평점 2.83/5 총 6 개의 평점
개발자 https://tebofy.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://tab-session.tebofy.com
도움말 페이지 URL https://groups.google.com/forum/?fromgroups#!forum/tebofy-tab-session-masster
지원되는 언어 en,vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Tab Session Master",
    "manifest_version": 2,
    "name": "Tab Session Master",
    "default_locale": "en",
    "description": "Save and restore the state of windows and tabs. It also supports automatic backup your current session",
    "version": "1.2.1",
    "icons": {
        "16": "\/images\/logo-16.png",
        "48": "\/images\/logo-48.png",
        "128": "\/images\/logo-128.png"
    },
    "background": {
        "scripts": [
            "ga.min.js",
            "browser-polyfill.min.js",
            "background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/images\/logo-128.png",
        "default_title": "Tab Session Master"
    },
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "notifications",
        "alarms",
        "activeTab"
    ],
    "optional_permissions": [
        "bookmarks"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'; img-src * data:;"
}