Window Session
Save each window as a separate session, automatically.
Window Session란 무엇입니까?
Window Session은(는) Fabio Spampinato에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save each window as a separate session, automatically."입니다.
확장 프로그램 스크린샷
Window Session 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you often have many windows open and you wish you could close some of them without losing any of their tabs, you've found the right extension. Each window can be saved as a separate session, any change to the tabs will be saved automatically, so that you can close any window at any time, and re-open it back with just 2 clicks. Sessions can be renamed and removed. If the current window is a saved session a counter displaying the number of opened tabs in it will be shown.
확장 프로그램 기본 정보
이름 | Window Session |
ID | koeeegbghbokaeaikifjhdbbkjbolcep |
공식 URL | https://chromewebstore.google.com/detail/window-session/koeeegbghbokaeaikifjhdbbkjbolcep |
설명 | Save each window as a separate session, automatically. |
파일 크기 | 281 KB |
설치 횟수 | 221 |
현재 버전 | 1.2.0 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2019-10-26 |
평점 | 3.00/5 총 6 개의 평점 |
개발자 | Fabio Spampinato |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Window Session", "description": "Save each window as a separate session, automatically.", "version": "1.2.0", "background": { "page": "background.html" }, "browser_action": { "default_title": "Window Session", "default_popup": "popup.html", "default_icon": "icon-256.png" }, "permissions": [ "tabs", "storage" ], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "64": "icon-64.png", "128": "icon-128.png", "256": "icon-256.png" } } |