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.
Τι είναι το Enter Key For AI;
Το Enter Key For AI είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SuperJohn, και η κύρια λειτουργία του είναι "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Enter Key For AI
Λήψη αρχείων επέκτασης Enter Key For AI σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Enter Key For AI |
ID | olcboakogncenhkjolhfpcdbhahbfgbj |
Επίσημο URL | https://chromewebstore.google.com/detail/enter-key-for-ai/olcboakogncenhkjolhfpcdbhahbfgbj |
Περιγραφή | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Μέγεθος Αρχείου | 24.64 KB |
Αριθμός Εγκαταστάσεων | 119 |
Τρέχουσα Έκδοση | 1.2.3 |
Τελευταία Ενημέρωση | 2024-01-29 |
Ημερομηνία Δημοσίευσης | 2023-08-11 |
Αξιολόγηση | 3.13/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | SuperJohn |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" ] } ] } |