Session Copy Plugin

Copies session data from one tab to another

O que é Session Copy Plugin?

Session Copy Plugin é uma extensão do Chrome desenvolvida por kthprog, e sua principal característica é "Copies session data from one tab to another".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Session Copy Plugin

Baixe arquivos de extensão Session Copy Plugin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Session Copy Plugin Session Copy Plugin
ID bogpdhabphohphmcnbglpnfigjdjllpf
URL Oficial https://chromewebstore.google.com/detail/session-copy-plugin/bogpdhabphohphmcnbglpnfigjdjllpf
Descrição Copies session data from one tab to another
Tamanho do Arquivo 76.45 KB
Contagem de Instalações 100
Versão Atual 2.1
Última Atualização 2021-08-30
Data de Publicação 2021-08-29
Desenvolvedor kthprog
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}