Geppetto
This is an extension that you can talk with
ما هو Geppetto؟
Geppetto هو إضافة Chrome تم تطويرها بواسطة STDev، والميزة الرئيسية لها هي "This is an extension that you can talk with".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Geppetto
قم بتنزيل ملفات الامتداد Geppetto بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an extension that you can talk with. Powered by OpenAI's ChatGPT, this extension allows you to quickly ask questions to it, get answers and leverage a conversation with it.
معلومات أساسية عن التمديد
الاسم | Geppetto |
ID | mmifilomahkeigjcnggngjiggggegmdc |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc |
الوصف | This is an extension that you can talk with |
حجم الملف | 234 KB |
عدد التثبيتات | 53 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-03-22 |
تاريخ النشر | 2023-02-08 |
المطور | STDev |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://st-dev.com |
عنوان صفحة المساعدة | https://st-dev.com/get-a-quote |
عنوان صفحة سياسة الخصوصية | http://codebnb.me/privacy-policy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Geppetto", "description": "This is an extension that you can talk with", "version": "1.2", "manifest_version": 3, "icons": { "48": "\/assets\/icons\/logo.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": "\/assets\/icons\/logo.png" } }, "permissions": [], "externally_connectable": { "matches": [ "https:\/\/chatgpt-ext.codebnb.me\/*" ] }, "background": { "service_worker": "background.js" }, "content_scripts": [] } |