ShareGPTConvo
Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.
ما هو ShareGPTConvo؟
ShareGPTConvo هو إضافة Chrome تم تطويرها بواسطة xikai، والميزة الرئيسية لها هي "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ShareGPTConvo
قم بتنزيل ملفات الامتداد ShareGPTConvo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
*Adapted to the latest version of ChatGPT! Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style for viewing on mobile and desktop devices.
معلومات أساسية عن التمديد
الاسم | ShareGPTConvo |
ID | kpefpnfbhbealfoihgbcieggmbmmlaej |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/sharegptconvo/kpefpnfbhbealfoihgbcieggmbmmlaej |
الوصف | Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style. |
حجم الملف | 47.39 KB |
عدد التثبيتات | 18 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2024-01-29 |
تاريخ النشر | 2023-03-28 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | xikai |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShareGPTConvo", "version": "1.1.1", "description": "Add a Share Button to your ChatGPT! Share chats as beautiful images that are optimized in style.", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_title": "Share GPT Convo", "default_popup": "popup.html" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*" ], "run_at": "document_idle", "js": [ "contentScript.js" ] } ] } |