Sesh

Unclutter your browser by putting away tabs and coming back to them later.

Sesh란 무엇입니까?

Sesh은(는) Yuji Kosugi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Unclutter your browser by putting away tabs and coming back to them later."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Sesh lets you unclutter your browsing session by putting away tabs you don't need now and letting you come back to them later.

To use Sesh, click on the extension icon. You can then store the current tab or all tabs in the current window.

Storing tabs puts them away, clearing up space for you to do other things.

To get back to a saved tab or set of tabs, just click on it, and it will be opened and removed from storage.

To sync your stored tabs across different computers, just enable Chrome sync and you'll be good to go. (Chrome sync instructions here; make sure to enable bookmark sync: http://www.google.com/support/chrome/bin/answer.py?answer=185277)

Some icons copyright Yusuke Kamiyamane (http://p.yusukekamiyamane.com/).                    

확장 프로그램 기본 정보

이름 Sesh Sesh
ID emclpejnhkiogdlimfgipbdfpdcnhhoj
공식 URL https://chromewebstore.google.com/detail/sesh/emclpejnhkiogdlimfgipbdfpdcnhhoj
설명 Unclutter your browser by putting away tabs and coming back to them later.
파일 크기 107 KB
설치 횟수 654
현재 버전 0.4.1.5
최근 업데이트 2020-10-26
출시 날짜 2019-03-08
평점 4.40/5 총 25 개의 평점
개발자 Yuji Kosugi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/yujiberra/sesh
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sesh",
    "version": "0.4.1.5",
    "description": "Unclutter your browser by putting away tabs and coming back to them later.",
    "manifest_version": 2,
    "icons": {
        "16": "sesh icon 16x16.png",
        "48": "sesh icon 48x48.png",
        "128": "sesh icon 128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Sesh",
        "default_icon": "sesh icon 19x19.png",
        "default_popup": "popup.html"
    }
}