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
Eメール [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": []
}