Enter Key For ChatGPT
Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.
Qu'est-ce que Enter Key For ChatGPT ?
Enter Key For ChatGPT est une extension Chrome développée par SuperJohn, et sa fonction principale est "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Enter Key For ChatGPT
Téléchargez les fichiers d'extension Enter Key For ChatGPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Fix the issue of being unable to use the Enter key with ChatGPT in a small window. Support both Ctrl / Cmd + Enter or Enter to send message. (ChatGPT, Claude and Wrtn) After installing the plugin, please refresh the corresponding 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.
Informations de Base sur l'Extension
Nom | Enter Key For ChatGPT |
ID | lmgdhjilfapmkedonjbieldoclfidddf |
URL Officiel | https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf |
Description | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Taille du Fichier | 24.61 KB |
Nombre d'Installations | 100 |
Version Actuelle | 1.2.3 |
Dernière Mise à Jour | 2024-01-29 |
Date de Publication | 2023-08-14 |
Évaluation | 3.00/5 Total 5 Évaluations |
Développeur | SuperJohn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Enter Key For ChatGPT", "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" ] } ] } |