ChatGPT Enter Key Control

Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc

O que é ChatGPT Enter Key Control?

ChatGPT Enter Key Control é uma extensão do Chrome desenvolvida por 0xCJ, e sua principal característica é "Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão ChatGPT Enter Key Control

Baixe arquivos de extensão ChatGPT Enter Key Control 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

                        Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc. 
Send messages in ChatGPT/Google Bard/chatpdf/poe etc using "Ctrl+Enter" combination. 
Additionally, there is a convenient toggle button that allows you to easily enable or disable the extension.                    

Informações Básicas da Extensão

Nome ChatGPT Enter Key Control ChatGPT Enter Key Control
ID nllncjgkdkcabkomghcfgfaplgdnlcjo
URL Oficial https://chromewebstore.google.com/detail/chatgpt-enter-key-control/nllncjgkdkcabkomghcfgfaplgdnlcjo
Descrição Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc
Tamanho do Arquivo 15.68 KB
Contagem de Instalações 387
Versão Atual 1.0.0
Última Atualização 2023-07-13
Data de Publicação 2023-07-12
Classificação 1.67/5 Total de 3 Avaliações
Desenvolvedor 0xCJ
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/enter128.png"
        }
    },
    "icons": {
        "128": "icons\/enter128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/chat.openai.com\/*",
        "https:\/\/poe.com\/*",
        "https:\/\/www.phind.com\/*",
        "https:\/\/bard.google.com\/*",
        "https:\/\/www.chatpdf.com\/*",
        "https:\/\/www.perplexity.ai\/*"
    ],
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*",
                "https:\/\/poe.com\/*",
                "https:\/\/www.phind.com\/*",
                "https:\/\/bard.google.com\/*",
                "https:\/\/www.chatpdf.com\/*",
                "https:\/\/www.perplexity.ai\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}