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.
Enter Key For ChatGPT क्या है?
Enter Key For ChatGPT SuperJohn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enter Key For ChatGPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Enter Key For ChatGPT |
ID | lmgdhjilfapmkedonjbieldoclfidddf |
आधिकारिक URL | https://chromewebstore.google.com/detail/enter-key-for-chatgpt/lmgdhjilfapmkedonjbieldoclfidddf |
विवरण | Fix Enter Key not working for ChatGPT / Claude / Wrtn, Support both Ctrl or Command + Enter or Enter button to send message. |
फ़ाइल का आकार | 24.61 KB |
स्थापना संख्या | 100 |
वर्तमान संस्करण | 1.2.3 |
अंतिम अपडेट | 2024-01-29 |
प्रकाशन तिथि | 2023-08-14 |
रेटिंग | 3.00/5 कुल 5 रेटिंग्स |
डेवलपर | SuperJohn |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |