GPT4Overleaf
GPT-based autocompletion for Overleaf
ما هو GPT4Overleaf؟
GPT4Overleaf هو إضافة Chrome تم تطويرها بواسطة lukas.schneider.ffm، والميزة الرئيسية لها هي "GPT-based autocompletion for Overleaf".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة GPT4Overleaf
قم بتنزيل ملفات الامتداد GPT4Overleaf بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows you to improve and autocomplete your writing in Overleaf using OpenAI's GPT language models. You need to get an API key to use this extension: https://platform.openai.com/account/api-keys
معلومات أساسية عن التمديد
الاسم | GPT4Overleaf |
ID | figmpgahkafcnenghckmafonjdgafdop |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gpt4overleaf/figmpgahkafcnenghckmafonjdgafdop |
الوصف | GPT-based autocompletion for Overleaf |
حجم الملف | 1.46 MB |
عدد التثبيتات | 47 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2023-04-10 |
تاريخ النشر | 2023-04-05 |
تقييم | 2.00/5 مجموع تقييمات 1 |
المطور | lukas.schneider.ffm |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup\/popup.html", "default_icon": "popup\/icon.png" }, "content_scripts": [ { "js": [ "scripts\/jquery.js", "scripts\/content.js" ], "matches": [ "https:\/\/*.overleaf.com\/project\/*" ] } ], "description": "GPT-based autocompletion for Overleaf", "icons": { "16": "popup\/icon_16.png", "48": "popup\/icon_48.png", "128": "popup\/icon_128.png" }, "manifest_version": 3, "name": "GPT4Overleaf", "permissions": [ "storage" ], "version": "1.0.1" } |