Spellbook for OpenAI Chat
Quickly cast a spell in chat
ما هو Spellbook for OpenAI Chat؟
Spellbook for OpenAI Chat هو إضافة Chrome تم تطويرها بواسطة mis101247، والميزة الرئيسية لها هي "Quickly cast a spell in chat".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Spellbook for OpenAI Chat
قم بتنزيل ملفات الامتداد Spellbook for OpenAI Chat بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This tool helps users quickly send selected text to ChatGPT for processing. Users simply right-click on the selected text, choose Send to ChatGPT, and ChatGPT will process the text and return the results. This tool saves users time on typing and searching for information, while also improving their work efficiency. If you have any questions or feedback, please feel free to contact us. We are happy to assist you.
معلومات أساسية عن التمديد
الاسم | Spellbook for OpenAI Chat |
ID | dkjphoginefnolhlimdopaflffoddffo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/spellbook-for-openai-chat/dkjphoginefnolhlimdopaflffoddffo |
الوصف | Quickly cast a spell in chat |
حجم الملف | 136 KB |
عدد التثبيتات | 171 |
النسخة الحالية | 0.1.4 |
آخر تحديث | 2023-04-13 |
تاريخ النشر | 2023-03-07 |
المطور | mis101247 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://mis101247.github.io/chromeWebStore/privacyPolicy2023.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Spellbook for OpenAI Chat", "description": "Quickly cast a spell in chat", "version": "0.1.4", "permissions": [ "contextMenus", "storage" ], "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_popup": "popup\/index.html" }, "content_scripts": [ { "js": [ "openai\/action.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |