Session Copy Plugin

Copies session data from one tab to another

Was ist Session Copy Plugin?

Session Copy Plugin ist eine Chrome-Erweiterung, die von kthprog entwickelt wurde, und ihr Hauptmerkmal ist "Copies session data from one tab to another".

Erweiterungsscreenshots

screenshot

Session Copy Plugin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Session Copy Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Session Copy Plugin Session Copy Plugin
ID bogpdhabphohphmcnbglpnfigjdjllpf
Offizielle URL https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf
Beschreibung Copies session data from one tab to another
Dateigröße 76.45 KB
Installationsanzahl 100
Aktuelle Version 2.1
Letztes Update 2021-08-30
Veröffentlichungsdatum 2021-08-29
Entwickler kthprog
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}