Text Assistant

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

Text Assistant là gì?

Text Assistant là một tiện ích mở rộng Chrome được phát triển bởi Cash, và tính năng chính của nó là "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Text Assistant

Tải xuống các tệp mở rộng Text Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Text Assistant Text Assistant
ID jglecadoijaoddgfadfodbfamemmoald
URL Chính Thức https://chromewebstore.google.com/detail/text-assistant/jglecadoijaoddgfadfodbfamemmoald
Mô tả An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.
Kích Thước Tệp 15.04 KB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.2
Cập Nhật Lần Cuối 2023-04-06
Ngày Phát Hành 2023-03-29
Nhà Phát Triển Cash
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}