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 擴展基本資訊
| 名稱 | |
| ID | onnpjcbohgedhlnjclogmphbapfedbin |
| 官方網址 | 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": [
" | |