Geppetto

This is an extension that you can talk with

Geppettoคืออะไร?

Geppetto เป็นส่วนขยายของ Chrome ที่พัฒนาโดย STDev และคุณลักษณะหลักของมันคือ "This is an extension that you can talk with"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Geppetto

ดาวน์โหลดไฟล์ส่วนขยาย Geppetto ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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
URL หน้าช่วยเหลือ https://st-dev.com/get-a-quote
URL หน้านโยบายความเป็นส่วนตัว 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": []
}