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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}