SessionShare
Sharing Session
什么是SessionShare?
SessionShare是由hassanhanita406开发的Chrome扩展程序,该扩展的主要功能是“Sharing Session”。
扩展截图
下载SessionShare扩展crx文件
下载SessionShare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
About: Improve on the user experience/productivity by enabling the syncing of your session across your different devices using this extension. Version 1.0.2 --------------------------------------------------------------------------------------------------------------------------------------------- - Minor patch Version 1.0.1 --------------------------------------------------------------------------------------------------------------------------------------------- - Minor patch and upgraded modules Version 1.0 --------------------------------------------------------------------------------------------------------------------------------------------- Requirement: - Requires a git account - Chrome sync must be enabled Functionality - Automatically enables auto syncing to git. - Encryption of data that is been sync to git - No limit on the number of devices to be supported as long as Chrome is installed
扩展基本信息
名称 | SessionShare |
ID | onnpjcbohgedhlnjclogmphbapfedbin |
官方URL | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
简介 | Sharing Session |
文件大小 | 441 KB |
安装次数 | 43 |
当前版本 | 1.0.4 |
更新时间 | 2023-08-30 |
上架时间 | 2023-07-09 |
开发者 | hassanhanita406 |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://github.com/hanita406/SessionShare/wiki/Privacy-Policy |
支持的语言 | en |
manifest.json | |
{ "background": { "service_worker": "background-wrapper.js" }, "action": { "default_icon": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "default_popup": "popup.html", "default_title": "SessionShare" }, "description": "Sharing Session", "icons": { "128": "icon\/icon128.png", "16": "icon\/icon16.png", "48": "icon\/icon48.png" }, "manifest_version": 3, "name": "SessionShare", "options_ui": { "page": "options.html" }, "permissions": [ "cookies", "storage", "tabs" ], "host_permissions": [ " |