Tab Session Keeper

Save your browser tabs

Tab Session Keeper란 무엇입니까?

Tab Session Keeper은(는) Roman Sharapa에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save your browser tabs"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Save and restore browser tabs session. 
This extension is useful to you if you need to save many tabs and restore them later. It provides a simple set of functions to manage your sessions. 
Sessions can be renamed and removed.

GitHub:  https://github.com/sailonely/tab-session-keeper                    

확장 프로그램 기본 정보

이름 Tab Session Keeper Tab Session Keeper
ID hiblckhbhlfmlbkhkfkenjaphdincfep
공식 URL https://chromewebstore.google.com/detail/tab-session-keeper/hiblckhbhlfmlbkhkfkenjaphdincfep
설명 Save your browser tabs
파일 크기 87.86 KB
설치 횟수 74
현재 버전 2.0.2
최근 업데이트 2023-03-01
출시 날짜 2020-06-23
평점 4.67/5 총 3 개의 평점
개발자 Roman Sharapa
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Session Keeper",
    "version": "2.0.2",
    "description": "Save your browser tabs",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}