ChatGPT Enter Key Control

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

Co je ChatGPT Enter Key Control?

ChatGPT Enter Key Control je rozšíření Chrome vyvinuté 0xCJ, a jeho hlavní funkcí je „Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření ChatGPT Enter Key Control

Stáhněte si soubory rozšíření ChatGPT Enter Key Control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název ChatGPT Enter Key Control ChatGPT Enter Key Control
ID nllncjgkdkcabkomghcfgfaplgdnlcjo
Oficiální URL https://chromewebstore.google.com/detail/chatgpt-enter-key-control/nllncjgkdkcabkomghcfgfaplgdnlcjo
Popis Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc
Velikost souboru 15.68 KB
Počet instalací 387
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-07-13
Datum Vydání 2023-07-12
Hodnocení 1.67/5 Celkem 3 Hodnocení
Vývojář 0xCJ
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}