ChatGPT Enter Key Control
Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc
Cos'è ChatGPT Enter Key Control?
ChatGPT Enter Key Control è un'estensione di Chrome sviluppata da 0xCJ, e la sua funzione principale è "Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Enter Key Control
Scarica i file di estensione ChatGPT Enter Key Control 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
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT Enter Key Control |
ID | nllncjgkdkcabkomghcfgfaplgdnlcjo |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-enter-key-control/nllncjgkdkcabkomghcfgfaplgdnlcjo |
Descrizione | Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc |
Dimensione del File | 15.68 KB |
Conteggio Installazioni | 387 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2023-07-13 |
Data di Pubblicazione | 2023-07-12 |
Valutazione | 1.67/5 Totale 3 Valutazioni |
Sviluppatore | 0xCJ |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |