Text Assistant

An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.

Text Assistant란 무엇입니까?

Text Assistant은(는) Cash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Text Assistant 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Text Assistant is a powerful tool that makes it easy to understand, proofread, and respond to text in your browser. With a simple selection, you can access the power of OpenAI's cutting-edge language models to get helpful explanations, grammar and spelling suggestions, and even generate text responses in natural language. To use the Text Assistant, you will need an OpenAI API key. Once you've obtained your API key, simply enter it in the extension's settings to get started.

Text icons created by Freepik - Flaticon                    

확장 프로그램 기본 정보

이름 Text Assistant Text Assistant
ID jglecadoijaoddgfadfodbfamemmoald
공식 URL https://chromewebstore.google.com/detail/text-assistant/jglecadoijaoddgfadfodbfamemmoald
설명 An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.
파일 크기 15.04 KB
설치 횟수 87
현재 버전 0.2
최근 업데이트 2023-04-06
출시 날짜 2023-03-29
개발자 Cash
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text Assistant",
    "version": "0.2",
    "description": "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}