Session Manager

Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!

Session Manager란 무엇입니까?

Session Manager은(는) https://teddy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Session Manager is a simple yet powerful extension that makes it quick and easy to save, update, remove, and restore sets of tabs.

Common uses include:
 - Creating sessions for daily routines: pages you open in the morning, afternoon and evening.
 - Grouping pages of common interest such as News, Financial and Social.
 - Saving pages discovered during a research session that you'd like to revisit later.                    

확장 프로그램 기본 정보

이름 Session Manager Session Manager
ID mghenlmbmjcpehccoangkdpagbcbkdpc
공식 URL https://chromewebstore.google.com/detail/session-manager/mghenlmbmjcpehccoangkdpagbcbkdpc
설명 Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!
파일 크기 475 KB
설치 횟수 78,015
현재 버전 3.5.0
최근 업데이트 2016-10-14
출시 날짜 2016-10-13
평점 4.00/5 총 494 개의 평점
개발자 https://teddy.io
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Session Manager",
    "version": "3.5.0",
    "description": "Simple yet powerful tab set management. Quickly and easily save, update, remove, and restore sets of tabs!",
    "icons": {
        "16": "img\/16.png",
        "128": "img\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19-1x.png",
            "38": "img\/19-2x.png"
        },
        "default_title": "Session Manager",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/errors.js",
            "js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "omnibox": {
        "keyword": "session"
    },
    "options_page": "options.html",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs"
    ]
}