Session Manager
A simple Session manager that syncs across your PCs
什么是Session Manager?
Session Manager是由https://rjgtav.wordpress.com开发的Chrome扩展程序,该扩展的主要功能是“A simple Session manager that syncs across your PCs”。
扩展截图
下载Session Manager扩展crx文件
下载Session Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With Session Manager you'll be able to group and save your tabs into multiple sessions. This not only improves your productivity by reducing the clutter, but also serves as an automatic backup in case of a system crash, all while also saving some much needed resources for your other programs. Features: + Up to 120 tabs per session + Up to 30 sessions + Automatically syncs between all of your PCs* *Make sure to sign in with your browser vendor's account (e.g Google if you're using Chrome, Microsoft if you're using Edge, etc.) This extension is open-source and available at https://github.com/rjgtav/chrome-session-manager
扩展基本信息
名称 | Session Manager |
ID | aflhdjdhfogmjdakdkbhiacemdkkipkp |
官方URL | https://chromewebstore.google.com/detail/session-manager/aflhdjdhfogmjdakdkbhiacemdkkipkp |
简介 | A simple Session manager that syncs across your PCs |
文件大小 | 2.09 MB |
安装次数 | 283 |
当前版本 | 1.2.2 |
更新时间 | 2020-04-02 |
上架时间 | 2020-03-27 |
评分 | 2.33/5 共3次评分 |
开发者 | https://rjgtav.wordpress.com |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Session Manager", "version": "1.2.2", "description": "A simple Session manager that syncs across your PCs", "manifest_version": 2, "background": { "scripts": [ "background.js", "runtime.js", "vendor.js" ], "persistent": true }, "browser_action": { "default_popup": "index.html" }, "icons": { "16": "assets\/logo16.png", "48": "assets\/logo48.png", "128": "assets\/logo128.png" }, "permissions": [ "alarms", "storage", "tabs" ] } |