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文件

下载Text Assistant扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    }
}