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