Enter Key For AI
Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
O que é Enter Key For AI?
Enter Key For AI é uma extensão do Chrome desenvolvida por SuperJohn, e sua principal característica é "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Enter Key For AI
Baixe arquivos de extensão Enter Key For AI 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
Fix the issue of being unable to use the Enter key with ChatGPT in a small window. Support both Ctrl / Command + Enter or Enter to send message. (ChatGPT, Claude, Wrtn) After installing the plugin, please refresh the website or restart your browser for the keyboard shortcuts to take effect. Thank you for trying it out. If you have more suggestions, please leave a comment or contact me directly.
Informações Básicas da Extensão
Nome | Enter Key For AI |
ID | olcboakogncenhkjolhfpcdbhahbfgbj |
URL Oficial | https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj |
Descrição | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Tamanho do Arquivo | 24.64 KB |
Contagem de Instalações | 119 |
Versão Atual | 1.2.3 |
Última Atualização | 2024-01-29 |
Data de Publicação | 2023-08-11 |
Classificação | 3.13/5 Total de 8 Avaliações |
Desenvolvedor | SuperJohn |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Enter Key For AI", "version": "1.2.3", "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png" } }, "description": "Fix Enter Key not working for ChatGPT \/ Claude \/ Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/claude.ai\/chat\/*", "https:\/\/chat.openai.com\/*", "https:\/\/wrtn.ai\/*" ], "js": [ "content.js" ] } ] } |