ChatGPT Suffixes

Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.

什麼是ChatGPT Suffixes?

ChatGPT Suffixes是由dara_tobi開發的Chrome擴展程式,該擴展的主要功能是“Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.”。

擴展截圖

screenshot

下載ChatGPT Suffixes擴展crx文件

下載ChatGPT Suffixes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.                    

擴展基本資訊

名稱 ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
官方網址 https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
簡介 Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
檔案大小 11.81 KB
安裝次數 57
目前版本 1.0.7
更新時間 2023-06-04
上架時間 2023-04-12
評分 5.00/5 共 2 次評分
開發者 dara_tobi
電子郵箱 [email protected]
付費類型 free
擴展官網 https://twitter.com/dara_tobi
說明頁面URL https://twitter.com/dara_tobi
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
    "icons": {
        "48": "chat-gpt-suffixes.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Suffixes",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "ChatGPT Suffixes",
    "version": "1.0.7"
}