Geppetto

This is an extension that you can talk with

什么是Geppetto?

Geppetto是由STDev开发的Chrome扩展程序,该扩展的主要功能是“This is an extension that you can talk with”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Geppetto扩展crx文件

下载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": []
}