Session Copy Plugin
Copies session data from one tab to another
Session Copy Pluginคืออะไร?
Session Copy Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kthprog และคุณลักษณะหลักของมันคือ "Copies session data from one tab to another"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Session Copy Plugin
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ " |