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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}