Session Copy Plugin

Copies session data from one tab to another

Session Copy Plugin là gì?

Session Copy Plugin là một tiện ích mở rộng Chrome được phát triển bởi kthprog, và tính năng chính của nó là "Copies session data from one tab to another".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Session Copy Plugin

Tải xuống các tệp mở rộng Session Copy Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Session Copy Plugin Session Copy Plugin
ID bogpdhabphohphmcnbglpnfigjdjllpf
URL Chính Thức https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf
Mô tả Copies session data from one tab to another
Kích Thước Tệp 76.45 KB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2021-08-30
Ngày Phát Hành 2021-08-29
Nhà Phát Triển kthprog
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/s_16.png",
            "32": "\/images\/s_32.png",
            "48": "\/images\/s_48.png",
            "128": "\/images\/s_128.png"
        }
    },
    "icons": {
        "16": "\/images\/s_16.png",
        "32": "\/images\/s_32.png",
        "48": "\/images\/s_48.png",
        "128": "\/images\/s_128.png"
    }
}