Session Copy Plugin
Copies session data from one tab to another
Session Copy Pluginとは何ですか?
Session Copy Pluginはkthprogによって開発されたChromeの拡張機能で、その主な機能は「Copies session data from one tab to another」です。
拡張機能のスクリーンショット
Session Copy Plugin拡張機能のCRXファイルをダウンロード
Session Copy Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This plugin allows you to copy all session data from one tab to another in your browser. This makes it easy to test local applications against session data form a production environment.
拡張機能の基本情報
名前 | Session Copy Plugin |
ID | bogpdhabphohphmcnbglpnfigjdjllpf |
公式URL | https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf |
説明 | Copies session data from one tab to another |
ファイルサイズ | 76.45 KB |
インストール数 | 100 |
現在のバージョン | 2.1 |
最終更新日 | 2021-08-30 |
公開日 | 2021-08-29 |
開発者 | kthprog |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Session Copy Plugin", "description": "Copies session data from one tab to another", "version": "2.1", "manifest_version": 3, "background": { "service_worker": "background.js" }, "options_page": "options.html", "permissions": [ "storage", "scripting" ], "host_permissions": [ " |