gpt.best
Share ChatGPT Transcripts
ما هو gpt.best؟
gpt.best هو إضافة Chrome تم تطويرها بواسطة Riley Tomasek، والميزة الرئيسية لها هي "Share ChatGPT Transcripts".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة gpt.best
قم بتنزيل ملفات الامتداد gpt.best بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
GPTBest adds a share button to the ChatGPT app that creates a shareable link from the current conversation. It's great for sharing longer conversations that don't fit in a screenshot.
معلومات أساسية عن التمديد
الاسم | gpt.best |
ID | lfjehajehlondfmmdnacgomigbkfahln |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/gptbest/lfjehajehlondfmmdnacgomigbkfahln |
الوصف | Share ChatGPT Transcripts |
حجم الملف | 7.94 KB |
عدد التثبيتات | 850 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2023-03-21 |
تاريخ النشر | 2022-12-12 |
تقييم | 4.20/5 مجموع تقييمات 5 |
المطور | Riley Tomasek |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://gpt.best/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gpt.best", "description": "Share ChatGPT Transcripts", "version": "1.1.0", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat*" ], "js": [ "script.js" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" } } |