Session Manager

A simple Session manager that syncs across your PCs

Session Manager란 무엇입니까?

Session Manager은(는) https://rjgtav.wordpress.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple Session manager that syncs across your PCs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With Session Manager you'll be able to group and save your tabs into multiple sessions.
This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs.

Features:
+ Up to 120 tabs per session
+ Up to 30 sessions
+ Automatically syncs between all of your PCs*

*Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.)

This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager                    

확장 프로그램 기본 정보

이름 Session Manager Session Manager
ID aflhdjdhfogmjdakdkbhiacemdkkipkp
공식 URL https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp
설명 A simple Session manager that syncs across your PCs
파일 크기 2.09 MB
설치 횟수 283
현재 버전 1.2.2
최근 업데이트 2020-04-02
출시 날짜 2020-03-27
평점 2.33/5 총 3 개의 평점
개발자 https://rjgtav.wordpress.com
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Session Manager",
    "version": "1.2.2",
    "description": "A simple Session manager that syncs across your PCs",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js",
            "runtime.js",
            "vendor.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/logo16.png",
        "48": "assets\/logo48.png",
        "128": "assets\/logo128.png"
    },
    "permissions": [
        "alarms",
        "storage",
        "tabs"
    ]
}