Delphi for ChatGPT

Learn with Delphi and ChatGPT

Delphi for ChatGPTとは何ですか?

Delphi for ChatGPTはhttps://meet-delphi.comによって開発されたChromeの拡張機能で、その主な機能は「Learn with Delphi and ChatGPT」です。

拡張機能のスクリーンショット

screenshot
screenshot

Delphi for ChatGPT拡張機能のCRXファイルをダウンロード

Delphi for ChatGPT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The first humans to harness A.I. to learn.

Here is a quick overview what this extension does:
*Find techniques, tips & tricks right next to ChatGPT and easily apply prompts with one click. 
*Submit techniques, tips & tricks that you found while using ChatGPT.
*Prompts to ChatGPT and its answers are stored in a database, analyzed and used to improve techniques, tips & tricks.                    

拡張機能の基本情報

名前 Delphi for ChatGPT Delphi for ChatGPT
ID gfebhbhbhnnfmkdekfnioelhoeoapamb
公式URL https://chromewebstore.google.com/detail/delphi-for-chatgpt/gfebhbhbhnnfmkdekfnioelhoeoapamb
説明 Learn with Delphi and ChatGPT
ファイルサイズ 628 KB
インストール数 84
現在のバージョン 0.4.10
最終更新日 2023-04-19
公開日 2023-03-03
評価 5.00/5 合計 1 レビュー
開発者 https://meet-delphi.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.meet-delphi.com
ヘルプページのURL https://lumpy-background-522.notion.site/Delphi-2256244b4ce34120bc335390401b9da9
プライバシーポリシーページのURL https://lumpy-background-522.notion.site/Privacy-Policy-716d5884b2394ab4aaf5f31a738c7def
対応言語 en,fr,es,hu,pt-PT,ro,ru,uk,iw,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "0.4.10",
    "manifest_version": 3,
    "icons": {
        "16": "images\/logo\/logo_16px.png",
        "48": "images\/logo\/logo_48px.png",
        "128": "images\/logo\/logo_128px.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Delphi for Chat GTP"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}