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 |
| 公式URL | https://chromewebstore.google.com/detail/sessionshare/onnpjcbohgedhlnjclogmphbapfedbin |
| 説明 | Sharing Session |
| ファイルサイズ | 441 KB |
| インストール数 | 43 |
| 現在のバージョン | 1.0.4 |
| 最終更新日 | 2023-08-30 |
| 公開日 | 2023-07-09 |
| 開発者 | hassanhanita406 |
| Eメール | [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": [
" | |