GPT-Based

GPTBased is used to generate effective prompts for ChatGPT

GPT-Basedとは何ですか?

GPT-Basedはhttps://gptbased.netによって開発されたChromeの拡張機能で、その主な機能は「GPTBased is used to generate effective prompts for ChatGPT」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

GPT-Based拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        GPTBased is an extension of ChatGPT that creates effective prompts for your chatbot. Improve your engagement with GPTBased's AI-powered chat prompts                    

拡張機能の基本情報

名前 GPT-Based GPT-Based
ID jeecjckgihbjgajddicjajmfopmhoahp
公式URL https://chromewebstore.google.com/detail/gpt-based/jeecjckgihbjgajddicjajmfopmhoahp
説明 GPTBased is used to generate effective prompts for ChatGPT
ファイルサイズ 140 KB
インストール数 69
現在のバージョン 0.0.6
最終更新日 2023-08-29
公開日 2023-04-26
評価 5.00/5 合計 4 レビュー
開発者 https://gptbased.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://gptbased.net
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT-Based",
    "version": "0.0.6",
    "description": "GPTBased is used to generate effective prompts for ChatGPT",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle16926242660.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}