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文件
下载Sessionic扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
} | |