TurboGPT For ChatGPT

Fast custom prompts to ChatGPT-3 API

TurboGPT For ChatGPT란 무엇입니까?

TurboGPT For ChatGPT은(는) atholm2에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fast custom prompts to ChatGPT-3 API"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TurboGPT For ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Introducing TurboGPT - the ultimate productivity Chat GPT Chrome extension designed to supercharge your writing experience. With TurboGPT, you can quickly generate text snippets, article summaries, and even entire articles using cutting-edge AI technology.

Powered by OpenAI's Chat GPT-3 language model, TurboGPT offers lightning-fast writing suggestions and automated content creation for all your writing needs. Whether you're a blogger, content marketer, or just looking to write more efficiently, TurboGPT is the perfect tool to help you boost your writing speed and quality.

TurboGPT is incredibly easy to use. Simply install the extension, and you'll have access to a powerful AI writing assistant right in your browser. With intuitive prompts and real-time suggestions, TurboGPT can help you write better and faster than ever before.

So why waste time struggling with writer's block or staring at a blank page? Install TurboGPT today and start writing with the speed and confidence of a professional writer.                    

확장 프로그램 기본 정보

이름 TurboGPT For ChatGPT TurboGPT For ChatGPT
ID ondgiajaaelbpcfchpgoemhhdbhgokgd
공식 URL https://chromewebstore.google.com/detail/turbogpt-for-chatgpt/ondgiajaaelbpcfchpgoemhhdbhgokgd
설명 Fast custom prompts to ChatGPT-3 API
파일 크기 237 KB
설치 횟수 273
현재 버전 0.0.3.0
최근 업데이트 2023-03-09
출시 날짜 2023-03-09
평점 5.00/5 총 2 개의 평점
개발자 atholm2
결제 유형 in_app
확장 프로그램 웹 사이트 https://turbogpt.co
도움말 페이지 URL https://turbogpt.co
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurboGPT For ChatGPT",
    "version": "0.0.3.0",
    "description": "Fast custom prompts to ChatGPT-3 API",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/iconA16.png",
        "48": "icons\/NewiconA48.png",
        "128": "icons\/NewiconA128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "commands"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "node_modules\/@webcomponents\/custom-elements\/custom-elements.min.js",
                "content.js",
                "popup_world.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "TurboGPT"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "commands": {
        "prompt-on-the-fly": {
            "suggested_key": {
                "default": "Alt+P"
            },
            "description": "Launches the Prompt-on-the-Fly functionality"
        }
    }
}