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 |
电子邮箱 | [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": [ " |