Session Copy Plugin

Copies session data from one tab to another

Vad är Session Copy Plugin?

Session Copy Plugin är en Chrome-tillägg utvecklad av kthprog, och dess huvudfunktion är "Copies session data from one tab to another".

Tilläggsskärmbilder

screenshot

Ladda ner Session Copy Plugin-förlängningens CRX-fil

Ladda ner Session Copy Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Session Copy Plugin Session Copy Plugin
ID bogpdhabphohphmcnbglpnfigjdjllpf
Officiell webbadress https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf
Beskrivning Copies session data from one tab to another
Filstorlek 76.45 KB
Antal Installationer 100
Aktuell Version 2.1
Senast Uppdaterad 2021-08-30
Publiceringsdatum 2021-08-29
Utvecklare kthprog
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}