Sessions

Easiest way to save active tabs as bookmarks.

Sessions란 무엇입니까?

Sessions은(는) Rishi Raj에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easiest way to save active tabs as bookmarks."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Sessions is a light-weight Chrome extension which simply saves all your active tabs in a Chrome window as bookmarks, organized in a timestamped folder. All your sessions, saved with a click.

To see the saved items, go to your Bookmark Manager and find the timestamped folder starting with "Session saved on ..." in the Other Bookmarks option.                    

확장 프로그램 기본 정보

이름 Sessions Sessions
ID cghfjjildgodiekbjbibnlgoccaafdko
공식 URL https://chromewebstore.google.com/detail/sessions/cghfjjildgodiekbjbibnlgoccaafdko
설명 Easiest way to save active tabs as bookmarks.
파일 크기 18.48 KB
설치 횟수 21
현재 버전 1.0
최근 업데이트 2017-05-08
출시 날짜 2017-05-07
평점 5.00/5 총 1 개의 평점
개발자 Rishi Raj
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://rishi.im/sessions-chrome
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sessions",
    "description": "Easiest way to save active tabs as bookmarks.",
    "version": "1.0",
    "author": "Rishi Raj",
    "homepage_url": "http:\/\/rishi.im\/sessions-chrome-extension\/",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "sessions.js"
        ]
    },
    "permissions": [
        "tabs",
        "background",
        "bookmarks"
    ],
    "browser_action": {
        "default_title": "Save the session as Bookmarks",
        "default_icon": "icon.png"
    }
}