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.
Cos'è Enter Key For AI?
Enter Key For AI è un'estensione di Chrome sviluppata da SuperJohn, e la sua funzione principale è "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enter Key For AI
Scarica i file di estensione Enter Key For AI 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
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.
Informazioni di Base sull'Estensione
Nome | Enter Key For AI |
ID | olcboakogncenhkjolhfpcdbhahbfgbj |
URL Ufficiale | https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj |
Descrizione | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Dimensione del File | 24.64 KB |
Conteggio Installazioni | 119 |
Versione Corrente | 1.2.3 |
Ultimo Aggiornamento | 2024-01-29 |
Data di Pubblicazione | 2023-08-11 |
Valutazione | 3.13/5 Totale 8 Valutazioni |
Sviluppatore | SuperJohn |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |