Session Copy Plugin

Copies session data from one tab to another

Cos'è Session Copy Plugin?

Session Copy Plugin è un'estensione di Chrome sviluppata da kthprog, e la sua funzione principale è "Copies session data from one tab to another".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Session Copy Plugin

Scarica i file di estensione Session Copy Plugin in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Session Copy Plugin Session Copy Plugin
ID bogpdhabphohphmcnbglpnfigjdjllpf
URL Ufficiale https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf
Descrizione Copies session data from one tab to another
Dimensione del File 76.45 KB
Conteggio Installazioni 100
Versione Corrente 2.1
Ultimo Aggiornamento 2021-08-30
Data di Pubblicazione 2021-08-29
Sviluppatore kthprog
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}