Text Assistant

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

Qu'est-ce que Text Assistant ?

Text Assistant est une extension Chrome développée par Cash, et sa fonction principale est "An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Text Assistant

Téléchargez les fichiers d'extension Text Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Text Assistant Text Assistant
ID jglecadoijaoddgfadfodbfamemmoald
URL Officiel https://chromewebstore.google.com/detail/text-assistant/jglecadoijaoddgfadfodbfamemmoald
Description An extension that allows users to get explanations, proofread text, and create charts using ChatGPT.
Taille du Fichier 15.04 KB
Nombre d'Installations 87
Version Actuelle 0.2
Dernière Mise à Jour 2023-04-06
Date de Publication 2023-03-29
Développeur Cash
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}