GPT toolset

ChatGPT tools, easy and free

GPT toolset란 무엇입니까?

GPT toolset은(는) postor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ChatGPT tools, easy and free"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

GPT toolset 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatGPT tools, easy and free!

You can translate text, generate story,  with simple selecting texts on web page, and this tool can bring you to ChatGPT chat page and construct question and ask ChatGPT. You just need to wait for some seconds.

And you can do much more than that, with custom prompts!                    

확장 프로그램 기본 정보

이름 GPT toolset GPT toolset
ID acdaamnibadnpcjfleddcohakmhpacjg
공식 URL https://chromewebstore.google.com/detail/gpt-toolset/acdaamnibadnpcjfleddcohakmhpacjg
설명 ChatGPT tools, easy and free
파일 크기 458 KB
설치 횟수 26
현재 버전 1.2.1
최근 업데이트 2023-03-21
출시 날짜 2023-03-15
개발자 postor
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/postor/chrome-extension-gpt-toolset
도움말 페이지 URL https://github.com/postor/chrome-extension-gpt-toolset/issues/new
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GPT toolset",
    "description": "ChatGPT tools, easy and free",
    "version": "1.2.1",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "input_components": [
        {
            "name": "Test IME",
            "type": "ime",
            "id": "test",
            "description": "Test IME",
            "language": "en-US",
            "layouts": [
                "us::eng"
            ]
        }
    ]
}