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 هو إضافة Chrome تم تطويرها بواسطة 0xCJ، والميزة الرئيسية لها هي "Use "Enter" key for line breaks in ChatGPT/Google Bard/chatpdf/poe etc".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Enter Key Control
قم بتنزيل ملفات الامتداد ChatGPT Enter Key Control بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |