Sessionic
A web extension to save, manage and restore sessions, windows and tabs.
Sessionic란 무엇입니까?
Sessionic은(는) navorite에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web extension to save, manage and restore sessions, windows and tabs."입니다.
확장 프로그램 스크린샷
Sessionic 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Features: ● Save and manage sessions ● Import and export sessions ● Save sessions automatically on an interval ● Filter URL list to track using match patterns ● Modern UI with Light and Dark mode support ● Ability to add tags to sessions ● Focused on performance and lower RAM usage ● Cross-browser support (Firefox, Chrome, Edge, and Opera) ● Compatible with Session Buddy, OneTab and Tab Session Manager Release notes: https://github.com/navorite/sessionic/releases
확장 프로그램 기본 정보
이름 | Sessionic |
ID | mdakbhkahkmdafnfhdikbddkngcbhenc |
공식 URL | https://chromewebstore.google.com/detail/sessionic/mdakbhkahkmdafnfhdikbddkngcbhenc |
설명 | A web extension to save, manage and restore sessions, windows and tabs. |
파일 크기 | 550 KB |
설치 횟수 | 611 |
현재 버전 | 1.7.0 |
최근 업데이트 | 2024-01-29 |
출시 날짜 | 2023-10-08 |
평점 | 5.00/5 총 3 개의 평점 |
개발자 | navorite |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/navorite/sessionic |
도움말 페이지 URL | https://github.com/navorite/sessionic/issues |
지원되는 언어 | id,de,en,fr,nl,vi,tr,da,es,it,pl,pt-BR,ro,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sessionic", "version": "1.7.0", "description": "A web extension to save, manage and restore sessions, windows and tabs.", "author": "navorite", "homepage_url": "https:\/\/github.com\/navorite\/sessionic", "action": { "default_title": "Sessionic", "default_popup": ".\/src\/popup\/index.html", "default_icon": { "16": ".\/favicons\/16.png", "32": ".\/favicons\/32.png", "64": ".\/favicons\/64.png" } }, "background": { "service_worker": ".\/src\/background\/background.js", "type": "module" }, "options_ui": { "page": ".\/src\/options\/index.html", "open_in_tab": true }, "permissions": [ "tabs", "storage", "unlimitedStorage", "alarms", "contextMenus", "system.display", "favicon" ], "icons": { "16": ".\/favicons\/16.png", "32": ".\/favicons\/32.png", "48": ".\/favicons\/48.png", "64": ".\/favicons\/64.png", "96": ".\/favicons\/96.png" }, "default_locale": "en" } |