Geppetto

This is an extension that you can talk with

Geppetto là gì?

Geppetto là một tiện ích mở rộng Chrome được phát triển bởi STDev, và tính năng chính của nó là "This is an extension that you can talk with".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Geppetto

Tải xuống các tệp mở rộng Geppetto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Geppetto Geppetto
ID mmifilomahkeigjcnggngjiggggegmdc
URL Chính Thức https://chromewebstore.google.com/detail/geppetto/mmifilomahkeigjcnggngjiggggegmdc
Mô tả This is an extension that you can talk with
Kích Thước Tệp 234 KB
Số Lần Cài Đặt 53
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-03-22
Ngày Phát Hành 2023-02-08
Nhà Phát Triển STDev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://st-dev.com
URL Trang Trợ Giúp https://st-dev.com/get-a-quote
URL Trang Chính Sách Bảo Mật http://codebnb.me/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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": []
}