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.
Vad är Enter Key For ChatGPT?
Enter Key For ChatGPT är en Chrome-tillägg utvecklad av SuperJohn, och dess huvudfunktion är "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message.".
Tilläggsskärmbilder
Ladda ner Enter Key For ChatGPT-förlängningens CRX-fil
Ladda ner Enter Key For ChatGPT-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Enter Key For ChatGPT |
ID | lmgdhjilfapmkedonjbieldoclfidddf |
Officiell webbadress | https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf |
Beskrivning | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
Filstorlek | 24.61 KB |
Antal Installationer | 100 |
Aktuell Version | 1.2.3 |
Senast Uppdaterad | 2024-01-29 |
Publiceringsdatum | 2023-08-14 |
Betyg | 3.00/5 Totalt 5 Betyg |
Utvecklare | SuperJohn |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |