ChatGPT Enter Key Control
Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc
ChatGPT Enter Key Control क्या है?
ChatGPT Enter Key Control 0xCJ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ChatGPT Enter Key Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc. Send messages in ChatGPT/Google Bard/chatpdf/poe etc using "Ctrl+Enter" combination. Additionally, there is a convenient toggle button that allows you to easily enable or disable the extension.
एक्सटेंशन की मूल जानकारी
नाम | ChatGPT Enter Key Control |
ID | nllncjgkdkcabkomghcfgfaplgdnlcjo |
आधिकारिक URL | https://chromewebstore.google.com/detail/chatgpt-enter-key-control/nllncjgkdkcabkomghcfgfaplgdnlcjo |
विवरण | Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc |
फ़ाइल का आकार | 15.68 KB |
स्थापना संख्या | 387 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-07-13 |
प्रकाशन तिथि | 2023-07-12 |
रेटिंग | 1.67/5 कुल 3 रेटिंग्स |
डेवलपर | 0xCJ |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "manifest_version": 3, "version": "1.0.0", "action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/enter128.png" } }, "icons": { "128": "icons\/enter128.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [ "https:\/\/chat.openai.com\/*", "https:\/\/poe.com\/*", "https:\/\/www.phind.com\/*", "https:\/\/bard.google.com\/*", "https:\/\/www.chatpdf.com\/*", "https:\/\/www.perplexity.ai\/*" ], "background": { "service_worker": "service_worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*", "https:\/\/poe.com\/*", "https:\/\/www.phind.com\/*", "https:\/\/bard.google.com\/*", "https:\/\/www.chatpdf.com\/*", "https:\/\/www.perplexity.ai\/*" ], "js": [ "content_script.js" ] } ] } |