Agapa Session Manager

Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.

Agapa Session Manager란 무엇입니까?

Agapa Session Manager은(는) Agapa Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        With Agapa Session Manager you can save you current browser windows and tabs and restore them whenever you want.
Supports multiple sessions, save session to file, import session from file.                    

확장 프로그램 기본 정보

이름 Agapa Session Manager Agapa Session Manager
ID aadgbdmalhohalpcmahdjgapdohgpkha
공식 URL https://chromewebstore.google.com/detail/agapa-session-manager/aadgbdmalhohalpcmahdjgapdohgpkha
설명 Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.
파일 크기 25.54 KB
설치 횟수 120
현재 버전 1.0
최근 업데이트 2013-02-19
출시 날짜 2013-02-19
평점 2.80/5 총 5 개의 평점
개발자 Agapa Studio
결제 유형 free
확장 프로그램 웹 사이트 http://www.agapastudio.com
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Agapa Session Manager",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Agapa Session Manager helps you to save your opened tabs and windows and restore them whenever you want.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon_19.png",
        "default_title": "Agapa Session Manager",
        "default_popup": "main.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "permissions": [
        "tabs",
        "background"
    ]
}